mirror of
https://github.com/Mibew/tray.git
synced 2025-01-22 18:10:34 +03:00
Fix bug with PluginManager in installation script
This commit is contained in:
parent
081c4a88a2
commit
67216c0a83
@ -19,6 +19,9 @@ session_start();
|
|||||||
|
|
||||||
require_once('../libs/config.php');
|
require_once('../libs/config.php');
|
||||||
|
|
||||||
|
// Include some classes
|
||||||
|
require_once('../libs/classes/plugin_manager.php');
|
||||||
|
|
||||||
// Include common functions
|
// Include common functions
|
||||||
require_once('../libs/common/constants.php');
|
require_once('../libs/common/constants.php');
|
||||||
require_once('../libs/common/locale.php');
|
require_once('../libs/common/locale.php');
|
||||||
|
Loading…
Reference in New Issue
Block a user