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>"; ?>