mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
remove HELPERS constant
This commit is contained in:
parent
e313448998
commit
e63f0aa28f
1 changed files with 0 additions and 5 deletions
|
@ -53,11 +53,6 @@ if (!defined('APP')) {
|
|||
*/
|
||||
define('APPLIBS', APP.'Lib'.DS);
|
||||
|
||||
/**
|
||||
* Path to the application's helpers directory.
|
||||
*/
|
||||
define('HELPERS', VIEWS.'Helper'.DS);
|
||||
|
||||
/**
|
||||
* Path to the application's view's layouts directory.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue