Sha256: ef0780b3341be13743c73cd29401fc26487b4196ceb6b05486baf6894ab97af3
Contents?: true
Size: 357 Bytes
Versions: 2
Compression:
Stored size: 357 Bytes
Contents
<?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_OS, 0, 3) == 'WIN') ? '\\' : '/' ) ; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
typo-5.0.3.98.1 | public/javascripts/fckeditor/editor/filemanager/connectors/php/phpcompat.php |
typo-5.0.3.98 | public/javascripts/fckeditor/editor/filemanager/connectors/php/phpcompat.php |