From e4107ac9520ca404d4ab49ef79ca74430e8fd772 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 22 Feb 2021 21:47:48 +0300 Subject: wip: initial for config object --- index.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'index.php') diff --git a/index.php b/index.php index eec54c55b..8ba401c2d 100644 --- a/index.php +++ b/index.php @@ -1,4 +1,5 @@ Fatal Error: You forgot to copy config.php-dist to config.php and edit it.\n"; @@ -16,6 +17,7 @@ get_include_path()); require_once "autoload.php"; + require_once "sessions.php"; require_once "functions.php"; require_once "sanity_check.php"; -- cgit v1.2.3-54-g00ecf