From 7ef72fe0dc0f360e04e15a46d137a12a518450b9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 1 Mar 2021 10:20:21 +0300 Subject: move startup checks to Config, set a bunch of @deprecated annotations --- public.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'public.php') diff --git a/public.php b/public.php index 28f95d0a9..f44a94c01 100644 --- a/public.php +++ b/public.php @@ -5,7 +5,8 @@ require_once "autoload.php"; require_once "sessions.php"; require_once "functions.php"; - require_once "sanity_check.php"; + + Config::sanity_check(); startup_gettext(); -- cgit v1.2.3