extensions in stand-alone mode
This commit is contained in:
parent
2685ff150a
commit
c528cd9a42
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ if (PHP_SAPI !== 'cli-server') {
|
|||
|
||||
// warehouse files
|
||||
@include_once "data/config/shimmie.conf.php";
|
||||
@include_once "data/config/extensions.conf.php";
|
||||
require_once "core/sys_config.php";
|
||||
require_once "core/polyfills.php";
|
||||
require_once "core/util.php";
|
||||
|
|
Reference in a new issue