mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Remove PHP4 option in overloadable class include.
This commit is contained in:
parent
50a547167b
commit
e05d670982
1 changed files with 1 additions and 5 deletions
|
@ -29,9 +29,5 @@
|
||||||
* Load the interface class based on the version of PHP.
|
* Load the interface class based on the version of PHP.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
if (!PHP5) {
|
|
||||||
require(LIBS . 'overloadable_php4.php');
|
|
||||||
} else {
|
|
||||||
require(LIBS . 'overloadable_php5.php');
|
require(LIBS . 'overloadable_php5.php');
|
||||||
}
|
|
||||||
?>
|
?>
|
Loading…
Reference in a new issue