mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 10:49:36 +02:00
Update
This commit is contained in:
parent
e0070be0ef
commit
f8e22fc7fc
5 changed files with 15 additions and 7 deletions
|
@ -131,7 +131,7 @@ function restartServer($kill=true) {
|
|||
killProcessOnPort();
|
||||
sleep(1);
|
||||
}
|
||||
$cmd = "php {$global['systemRootPath']}plugin/YPTSocket/server.php";
|
||||
$cmd = YPTSocket::getStartServerCommand();
|
||||
echo 'Starting server with command ' . $cmd . PHP_EOL;
|
||||
exec($cmd, $output, $retval);
|
||||
echo implode(PHP_EOL,$output);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue