removed dublicate

This commit is contained in:
Arsen Mirzaev Tatyano-Muradovich 2024-12-16 15:52:20 +07:00
parent 2b3f624199
commit 0510dca375

View File

@ -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'));