mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-07 03:52:41 +00:00
Removing functions from basics.php that where added as workarounds for PHP < 4.3.
Removing legacy.php and all references to the file git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3717 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
fd4d9e41e2
commit
64359fe7ba
4 changed files with 7 additions and 107 deletions
|
@ -36,7 +36,6 @@ if (!defined('CAKE_CORE_INCLUDE_PATH')) {
|
|||
require(CAKE . 'basics.php');
|
||||
require(LIBS . 'folder.php');
|
||||
require(LIBS . 'file.php');
|
||||
require(LIBS . 'legacy.php');
|
||||
/**
|
||||
* Enter description here...
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue