1
0
Fork 0

fixed settings

This commit is contained in:
Arsen Mirzaev Tatyano-Muradovich 2025-03-06 05:49:58 +07:00
parent 830ba25b8d
commit d2c86a6222
3 changed files with 3 additions and 8 deletions

View File

@ -32,9 +32,6 @@ define('VIEWS', INDEX . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'view
// Initializing path to the directory of settings // Initializing path to the directory of settings
define('SETTINGS', INDEX . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'settings'); define('SETTINGS', INDEX . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'settings');
// Initializing system settings
require SETTINGS . DIRECTORY_SEPARATOR . 'system.php';
// Initializing path to the directory of the storage // Initializing path to the directory of the storage
define('STORAGE', INDEX . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'storage'); define('STORAGE', INDEX . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'storage');

View File

@ -5,5 +5,7 @@
*/ */
return [ return [
1053489457 // Arsen Mirzaev Tatyano-Muradovich @redloser 1053489457, // Arsen Mirzaev Tatyano-Muradovich @redloser
6831961323, // @IU_K1LLER777
1142807069 // @kysakapro
]; ];

View File

@ -1,4 +0,0 @@
<?php
// Initializing default theme for the views templater
define('THEME', 'default');