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