mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 01:09:21 +02:00
* fixed loading hooks from plugin installed from command line
This commit is contained in:
parent
0d37e07a0d
commit
0515f2825a
@ -7,6 +7,7 @@ if(php_sapi_name() != "cli") {
|
||||
require_once('../../common.php');
|
||||
require_once(SYSTEM . 'functions.php');
|
||||
require_once(SYSTEM . 'init.php');
|
||||
require_once(SYSTEM . 'hooks.php');
|
||||
require_once(LIBS . 'plugins.php');
|
||||
|
||||
if($argc != 2) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user