Blame view

wave/startserver.php 95 Bytes
cf76164e6   Ting Chan   20190709
1
2
3
4
5
  <?php
  system(escapeshellcmd("./node server_5000.js"));
  header('Location: index.php');
  exit;
  ?>