allow use of polyfills in installer
This commit is contained in:
parent
19a6b39c70
commit
0dd7f62b54
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
||||||
\* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
\* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
require_once "core/sanitize_php.php";
|
require_once "core/sanitize_php.php";
|
||||||
|
require_once "core/polyfills.php";
|
||||||
|
|
||||||
if (!file_exists("vendor/")) {
|
if (!file_exists("vendor/")) {
|
||||||
$cwd = getcwd();
|
$cwd = getcwd();
|
||||||
|
@ -33,7 +34,6 @@ require_once "vendor/autoload.php";
|
||||||
@include_once "data/config/shimmie.conf.php";
|
@include_once "data/config/shimmie.conf.php";
|
||||||
@include_once "data/config/extensions.conf.php";
|
@include_once "data/config/extensions.conf.php";
|
||||||
require_once "core/sys_config.php";
|
require_once "core/sys_config.php";
|
||||||
require_once "core/polyfills.php";
|
|
||||||
require_once "core/util.php";
|
require_once "core/util.php";
|
||||||
|
|
||||||
global $cache, $config, $database, $user, $page, $_tracer;
|
global $cache, $config, $database, $user, $page, $_tracer;
|
||||||
|
|
Reference in a new issue