From 10863d4c4bb14eface0bb62adc6cfb8bd6bf7ee1 Mon Sep 17 00:00:00 2001 From: Shish Date: Fri, 10 Mar 2017 16:15:31 +0000 Subject: [PATCH] import imageboard to avoid warnings --- core/_bootstrap.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/_bootstrap.inc.php b/core/_bootstrap.inc.php index df92da94..e8d6559a 100644 --- a/core/_bootstrap.inc.php +++ b/core/_bootstrap.inc.php @@ -10,6 +10,7 @@ require_once "core/sys_config.inc.php"; require_once "core/util.inc.php"; require_once "lib/context.php"; require_once "vendor/autoload.php"; +require_once "core/imageboard.pack.php"; // set up and purify the environment _version_check();