1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-13 11:04:38 +01:00
2009-11-09 02:48:44 +00:00

11 lines
93 B
PHP

<?php
if ( !defined ( 'e107_INIT' ) ) {
exit ;
}
Header ('Location: ' . e_BASE );
?>