Tryag File Manager
Home
-
Turbo Force
Current Path :
/
proc
/
self
/
root
/
proc
/
self
/
root
/
var
/
www
/
cgi-bin
/
Upload File :
New :
File
Dir
//proc/self/root/proc/self/root/var/www/cgi-bin/php.fcgi
#!/bin/sh # Shell wrapper around the PHP binary. This # gives us the opportunity to set some configuration # values and exec whatever version of PHP # we wish. # This ensures PHP doesn't try to run it's own # process manager. export PHP_FCGI_CHILDREN=0 # Replace this shell image with a PHP # image. exec /var/www/cgi-bin/php