Remove php4 support
parent
cda2191f3e
commit
0c316662e0
|
@ -26,12 +26,6 @@ if ( $debug ) {
|
|||
phpinfo(INFO_VARIABLES);
|
||||
}
|
||||
|
||||
// Use new style autoglobals where possible
|
||||
if ( version_compare(phpversion(), '4.1.0', '<') ) {
|
||||
$_SESSION = &$HTTP_SESSION_VARS;
|
||||
$_SERVER = &$HTTP_SERVER_VARS;
|
||||
}
|
||||
|
||||
// Useful debugging lines for mobile devices
|
||||
if ( false ) {
|
||||
ob_start();
|
||||
|
|
Loading…
Reference in New Issue