mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 10:19:24 +02:00
This commit is contained in:
parent
1a63437ea5
commit
c4047d783d
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ function restartServer($kill=true) {
|
||||||
$cmd = "php {$global['systemRootPath']}plugin/YPTSocket/server.php";
|
$cmd = "php {$global['systemRootPath']}plugin/YPTSocket/server.php";
|
||||||
echo 'Starting server with command ' . $cmd . PHP_EOL;
|
echo 'Starting server with command ' . $cmd . PHP_EOL;
|
||||||
exec($cmd, $output, $retval);
|
exec($cmd, $output, $retval);
|
||||||
print_r($output);
|
echo implode(PHP_EOL,$output);
|
||||||
echo PHP_EOL;
|
echo PHP_EOL;
|
||||||
return $retval;
|
return $retval;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue