removed dublicate
This commit is contained in:
parent
2b3f624199
commit
0510dca375
|
@ -22,9 +22,6 @@ define('ROOT', INDEX . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . '..'
|
||||||
// Initializing path to the directory of views
|
// Initializing path to the directory of views
|
||||||
define('VIEWS', realpath('..' . DIRECTORY_SEPARATOR . '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
|
// Initializing path to the directory of settings
|
||||||
define('SETTINGS', realpath('..' . DIRECTORY_SEPARATOR . 'settings'));
|
define('SETTINGS', realpath('..' . DIRECTORY_SEPARATOR . 'settings'));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue