mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-05 11:02:40 +00:00
Making shells run again
This commit is contained in:
parent
1c0a4c9e0a
commit
e3690ebccb
29 changed files with 28 additions and 29 deletions
|
@ -40,7 +40,7 @@ error_reporting(E_ALL & ~E_DEPRECATED);
|
|||
/**
|
||||
* Path to the cake directory.
|
||||
*/
|
||||
define('CAKE', CORE_PATH . 'lib' . DS . 'Cake' . DS);
|
||||
define('CAKE', CORE_PATH . 'Cake' . DS);
|
||||
|
||||
/**
|
||||
* Path to the application's directory.
|
||||
|
@ -126,7 +126,7 @@ if (!defined('CONFIGS')) {
|
|||
/**
|
||||
* Path to the console libs direcotry.
|
||||
*/
|
||||
define('CONSOLE_LIBS', CAKE.'console'.DS.'libs'.DS);
|
||||
define('CONSOLE_LIBS', CAKE . 'Console' . DS);
|
||||
|
||||
/**
|
||||
* Path to the tests directory.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue