Blame view

php/socket.php 74 Bytes
cf76164e6   Ting Chan   20190709
1
2
3
4
  <?php
   $output = exec('sudo python ../wave/version.py');
   echo $output;
  ?>