diff --git a/components/update/controller.php b/components/update/controller.php index 2eda5a2..ad29f81 100644 --- a/components/update/controller.php +++ b/components/update/controller.php @@ -35,26 +35,5 @@ $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(); - } - } ?>