issue #1415 plugin manager redesigned

* actions on plugins are down in AJAX (no more page reload)
* plugins can be filtered but plugins do not move from a section (active) to another (inactive)
This commit is contained in:
Matthieu Leproux
2021-05-20 12:54:15 +02:00
committed by plegall
parent ec4d677cf7
commit a86684ebc4
8 changed files with 799 additions and 136 deletions

View File

@@ -238,7 +238,7 @@ DELETE FROM '. PLUGINS_TABLE .'
{
break;
}
include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
deltree(PHPWG_PLUGINS_PATH . $plugin_id, PHPWG_PLUGINS_PATH . 'trash');
break;
}