Cleanup: removed _GET/_POST references from business logic model.
[fa-stable.git] / includes / lang / language.inc
index 752c7e44c85fce1d4316b35046677d238cc0fcc9..4bc98df50540197860e92fb13bc8106ed8eb8dbc 100644 (file)
@@ -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 
 {