allow use of polyfills in installer

This commit is contained in:
Shish 2020-10-25 19:40:24 +00:00
parent 19a6b39c70
commit 0dd7f62b54

View file

@ -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;