From 0510dca375abbb7bbab9640f574b3a15b309cc94 Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich Date: Mon, 16 Dec 2024 15:52:20 +0700 Subject: [PATCH] removed dublicate --- author/project/system/public/index.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/author/project/system/public/index.php b/author/project/system/public/index.php index 61fc9f0..e49b21a 100755 --- a/author/project/system/public/index.php +++ b/author/project/system/public/index.php @@ -22,9 +22,6 @@ define('ROOT', INDEX . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . '..' // Initializing path to the directory of views define('VIEWS', realpath('..' . DIRECTORY_SEPARATOR . 'views')); -// Initializing path to the directory of storage -define('STORAGE', realpath('..' . DIRECTORY_SEPARATOR . 'storage')); - // Initializing path to the directory of settings define('SETTINGS', realpath('..' . DIRECTORY_SEPARATOR . 'settings'));