GITLAB

Ting Chan / palertx_web

Sign in
  • Sign in
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • palertx_web
  • php
  • socket.php
  • cf76164e6   20190709 Browse Code ยป
    Ting Chan
    2019-07-09 10:19:16 +0800  
socket.php 74 Bytes
edit raw blame history
1 2 3 4
<?php
 $output = exec('sudo python ../wave/version.py');
 echo $output;
?>