mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Fixing comments
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4675 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
b899bb58b4
commit
0c24af29cb
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@
|
|||
define ('WEBROOT_DIR', 'webroot');
|
||||
}
|
||||
/**
|
||||
* Path to the application's directory.
|
||||
* Path to the cake directory.
|
||||
*/
|
||||
define ('CAKE', CORE_PATH.'cake'.DS);
|
||||
/**
|
||||
|
@ -59,7 +59,7 @@
|
|||
*/
|
||||
define ('CONTROLLERS', APP.'controllers'.DS);
|
||||
/**
|
||||
* Path to the application's controllers directory.
|
||||
* Path to the application's components directory.
|
||||
*/
|
||||
define ('COMPONENTS', CONTROLLERS.'components'.DS);
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue