1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02:00

redirect after changing language (index page only)

This commit is contained in:
secretr
2011-04-26 16:12:10 +00:00
parent e6c3c163a2
commit cd47842800

View File

@@ -16,6 +16,13 @@
require_once ('class2.php');
if($_GET['elan'])
{
header('location: '.SITEURL);
exit;
}
if (file_exists('index_include.php'))
{
include ('index_include.php');