mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-05 02:52:41 +00:00
remove CONFIGS constant
This commit is contained in:
parent
9e0e19c5ac
commit
0cb70ae3bb
21 changed files with 61 additions and 65 deletions
|
@ -53,13 +53,6 @@ if (!defined('APP')) {
|
|||
*/
|
||||
define('APPLIBS', APP.'Lib'.DS);
|
||||
|
||||
/**
|
||||
* Path to the configuration files directory.
|
||||
*/
|
||||
if (!defined('CONFIGS')) {
|
||||
define('CONFIGS', APP.'Config'.DS);
|
||||
}
|
||||
|
||||
/**
|
||||
* Path to the public CSS directory.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue