mirror of
https://github.com/e107inc/e107.git
synced 2025-02-13 02:54:39 +01:00
11 lines
93 B
PHP
11 lines
93 B
PHP
<?php
|
|
|
|
if ( !defined ( 'e107_INIT' ) ) {
|
|
exit ;
|
|
}
|
|
|
|
Header ('Location: ' . e_BASE );
|
|
|
|
|
|
|
|
?>
|