refresh.php 168 Bytes edit raw blame history 1 2 3 4 5 <?php exec('sudo python ../wave/version.py'); echo "<script>alert('Version has Updated!!')</script>"; echo "<script>location.href='../index.php';</script>"; ?>