Blame view

php/config_reload.php 59 Bytes
cf76164e6   Ting Chan   20190709
1
2
3
4
  <?php
   shell_exec("cd .. && ./reload");
   echo true;
  ?>