mirror of
https://github.com/Codiad/Codiad.git
synced 2026-03-12 20:26:47 +01:00
removed not required functions
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user