/var/www/(Del)pathways.org.hk/admin/fckeditor/editor/filemanager/connectors/php/phpcompat.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php

if ( !isset( $_SERVER ) ) {
    
$_SERVER $HTTP_SERVER_VARS ;
}
if ( !isset( 
$_GET ) ) {
    
$_GET $HTTP_GET_VARS ;
}
if ( !isset( 
$_FILES ) ) {
    
$_FILES $HTTP_POST_FILES ;
}

if ( !
defined'DIRECTORY_SEPARATOR' ) ) {
    
define'DIRECTORY_SEPARATOR',
        
strtoupper(substr(PHP_OS03) == 'WIN') ? '\\' '/'
    
) ;
}