Blame view

php/ntp_restart.php 64 Bytes
cf76164e6   Ting Chan   20190709
1
2
3
4
  <?php
   shell_exec("sudo service ntp restart");
   echo true;
  ?>