Init(); } ////////////////////////////////////////////////////////////////// // Clear Version ////////////////////////////////////////////////////////////////// if($_GET['action']=='clear'){ if(checkAccess()) { $update->Clear(); } } ////////////////////////////////////////////////////////////////// // Test Write Access ////////////////////////////////////////////////////////////////// if($_GET['action']=='test'){ if(checkAccess()) { $update->Test(); } } ////////////////////////////////////////////////////////////////// // Download Version ////////////////////////////////////////////////////////////////// if($_GET['action']=='update'){ if(checkAccess()) { $update->commit = $_GET['remoteversion']; $update->Update(); } } ?>