mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
removing debug code from bake 1.2
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3635 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
1a977a2053
commit
c7e5a528a3
1 changed files with 2 additions and 4 deletions
|
@ -93,12 +93,10 @@
|
|||
$rootDir = $root;
|
||||
$projectPath = $root.DS.$appDir;
|
||||
}
|
||||
|
||||
define ('ROOT', $rootDir);
|
||||
define ('APP_DIR', $appDir);
|
||||
|
||||
echo ROOT;
|
||||
|
||||
echo APP_DIR;
|
||||
|
||||
define ('DEBUG', 1);;
|
||||
define('CAKE_CORE_INCLUDE_PATH', $root);
|
||||
|
||||
|
|
Loading…
Reference in a new issue