7 lines
63 B
PHP
7 lines
63 B
PHP
|
<?php
|
||
|
|
||
|
$e = "/var/www/restart/start.sh";
|
||
|
shell_exec("$e");
|
||
|
|
||
|
?>
|