first commnit
This commit is contained in:
8
html/php/reboot.php
Normal file
8
html/php/reboot.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
ignore_user_abort(true);
|
||||
set_time_limit(0);
|
||||
echo system("sudo killall Mywathdog.sh");
|
||||
echo system("sudo killall TowerOptoSifAndSpectral");
|
||||
echo system("sudo ./reboot.sh &");
|
||||
echo "系统已重启";
|
||||
//var_dump($output);
|
Reference in New Issue
Block a user