1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-11 04:54:26 +02:00
Files
php-e107/e107_plugins/facebook/index.php
2009-11-09 02:48:44 +00:00

11 lines
93 B
PHP

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