1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 20:57:26 +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'); require_once ('class2.php');
if($_GET['elan'])
{
header('location: '.SITEURL);
exit;
}
if (file_exists('index_include.php')) if (file_exists('index_include.php'))
{ {
include ('index_include.php'); include ('index_include.php');