Remove php4 support

pull/3644/merge
Isaac Connor 2023-01-03 15:50:18 -05:00
parent cda2191f3e
commit 0c316662e0
1 changed files with 0 additions and 6 deletions

View File

@ -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();