Blame view

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