diff options
Diffstat (limited to 'Core/Functions/func_language.php')
| -rw-r--r-- | Core/Functions/func_language.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Functions/func_language.php b/Core/Functions/func_language.php index a1c1498..b92395d 100644 --- a/Core/Functions/func_language.php +++ b/Core/Functions/func_language.php @@ -14,7 +14,7 @@ function language_set($language) { if ($_SESSION["src"] == "index") { header("Location: /".$_SESSION["src"].".php"); } else { - header("Location: /Templates/".$_SESSION["src"].".php"); + header("Location: /Template/".$_SESSION["src"].".php"); } die(); } |
