From 2ce2c64527f2ca1d7fef64974fc9d4e75cfe952c Mon Sep 17 00:00:00 2001 From: daeks Date: Tue, 16 Apr 2013 18:11:43 +0200 Subject: [PATCH] removed not required functions --- components/update/controller.php | 21 --------------------- 1 file changed, 21 deletions(-) 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(); - } - } ?>