X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Flang%2Flanguage.inc;h=1609cdc5db5b905bcc99b5de87e5fe4985922d44;hb=95ff74b5722826544743a01daf527aa3c9efe11a;hp=752c7e44c85fce1d4316b35046677d238cc0fcc9;hpb=f60b8293f0316ef03429af363b30c753532a67d6;p=fa-stable.git diff --git a/includes/lang/language.inc b/includes/lang/language.inc index 752c7e44..1609cdc5 100644 --- a/includes/lang/language.inc +++ b/includes/lang/language.inc @@ -13,7 +13,7 @@ if (isset($_GET['path_to_root']) || isset($_POST['path_to_root'])) die("Restricted access"); @include_once($path_to_root . "/lang/installed_languages.inc"); -include_once($path_to_root . "/includes/lang/gettext.php"); +include_once($path_to_root . "/includes/lang/gettext.inc"); class language { @@ -90,4 +90,3 @@ if (!function_exists("_")) return $retVal; } } -?> \ No newline at end of file