removed not required functions

This commit is contained in:
daeks
2013-04-16 18:11:43 +02:00
parent f4b728f6a1
commit 2ce2c64527

View File

@@ -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();
}
}
?>