From 26229c110fb92646b36c7b2f48ac7518fd3810a5 Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Fri, 17 Mar 2023 02:19:27 +0200 Subject: set algorithns for user authentication and authorization --- html/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/index.php') diff --git a/html/index.php b/html/index.php index 05d4822..d26d0a3 100644 --- a/html/index.php +++ b/html/index.php @@ -25,7 +25,7 @@ require_once '../core/config/constants.php'; // general constants require_once '../core/config/anom_settings.php'; // core framework constants -require_once 'app/config/assets.php'; // application constants +require_once 'app/config/app_constants.php'; // application constants // Enable Autoloader -- cgit v1.2.3