Go to the source code of this file.
Namespaces | |
FDL | |
Variables | |
$wsh = array_shift($argv) | |
if(substr($wsh, 0, 1)!= '/') | $args |
foreach($argv as $arg) | $cmd = join(' ', $args) |
$ret = 0 | |
$out = system($cmd, $ret) | |
if (substr($wsh, 0, 1)!= '/') $args |
Definition at line 26 of file freedom_refresh.php.
foreach ($argv as $arg) $cmd = join(' ', $args) |
Definition at line 35 of file freedom_refresh.php.
$out = system($cmd, $ret) |
Definition at line 37 of file freedom_refresh.php.
$ret = 0 |
Definition at line 36 of file freedom_refresh.php.
$wsh = array_shift($argv) |
Definition at line 17 of file freedom_refresh.php.