mirror of
https://github.com/Codiad/Codiad.git
synced 2026-03-09 10:46:47 +01:00
auto update for plugins
This commit is contained in:
@@ -37,6 +37,15 @@
|
||||
$Plugin_manager->Activate($_GET['name']);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////////
|
||||
// Update Plugin
|
||||
//////////////////////////////////////////////////////////////////
|
||||
|
||||
if($_GET['action']=='update'){
|
||||
if(checkAccess()) {
|
||||
$Plugin_manager->Update($_GET['name']);
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user