refresh.php 168 Bytes
<?php
 exec('sudo python ../wave/version.py');
 echo "<script>alert('Version has Updated!!')</script>";
 echo "<script>location.href='../index.php';</script>";
?>