mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-06 11:32:40 +00:00
Fixing more paths in skel directory for project generation
This commit is contained in:
parent
254225372a
commit
147b04ab59
2 changed files with 2 additions and 2 deletions
|
@ -19,6 +19,6 @@
|
|||
* @since CakePHP(tm) v 1.2.0.5012
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
require_once(__CAKE_PATH__ . 'shell_dispatcher.php');
|
||||
require_once(__CAKE_PATH__ . 'ShellDispatcher.php');
|
||||
|
||||
return ShellDispatcher::run($argv);
|
||||
|
|
|
@ -75,6 +75,6 @@
|
|||
return;
|
||||
}
|
||||
|
||||
require LIBS . 'Routing' . DS .'Dispatcher.php';
|
||||
App::uses('Dispatcher', 'Dispatcher');
|
||||
$Dispatcher = new Dispatcher();
|
||||
$Dispatcher->dispatch(new CakeRequest());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue