mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 17:54:55 +02:00
* fixed loading hooks from plugin installed from command line
This commit is contained in:
@@ -7,6 +7,7 @@ if(php_sapi_name() != "cli") {
|
|||||||
require_once('../../common.php');
|
require_once('../../common.php');
|
||||||
require_once(SYSTEM . 'functions.php');
|
require_once(SYSTEM . 'functions.php');
|
||||||
require_once(SYSTEM . 'init.php');
|
require_once(SYSTEM . 'init.php');
|
||||||
|
require_once(SYSTEM . 'hooks.php');
|
||||||
require_once(LIBS . 'plugins.php');
|
require_once(LIBS . 'plugins.php');
|
||||||
|
|
||||||
if($argc != 2) {
|
if($argc != 2) {
|
||||||
|
Reference in New Issue
Block a user