X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Flang%2Flanguage.php;h=aeb50e0ceffae7d60dd8daab3070402361a3b03b;hb=402235dd9bb7b00d0a560e70fd9ea96efdce8575;hp=a47df71d00f0507c88caa242df13c7218ef5ed9d;hpb=34577a7a19f579aee070fd936697e318b2fa036f;p=fa-stable.git diff --git a/includes/lang/language.php b/includes/lang/language.php index a47df71d..aeb50e0c 100644 --- a/includes/lang/language.php +++ b/includes/lang/language.php @@ -1,5 +1,14 @@ . +***********************************************************************/ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_to_root'])) die("Restricted access"); include_once($path_to_root . "/lang/installed_languages.inc"); @@ -133,6 +142,7 @@ function _set($key,$value) function reload_page($msg) { + global $Ajax; // header("Location: $_SERVER['PHP_SELF'].""); // exit; echo ""; @@ -147,6 +157,7 @@ function reload_page($msg) echo ""; echo ""; echo ""; + $Ajax->redirect($_SERVER['PHP_SELF']); }