From f60b8293f0316ef03429af363b30c753532a67d6 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Sat, 27 Dec 2014 16:23:53 +0100 Subject: [PATCH] Cleanup: changed language.php, gettext.php file names to *.inc --- includes/lang/{gettext.php => gettext.inc} | 0 includes/lang/{language.php => language.inc} | 0 includes/session.inc | 2 +- install/isession.inc | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) rename includes/lang/{gettext.php => gettext.inc} (100%) rename includes/lang/{language.php => language.inc} (100%) diff --git a/includes/lang/gettext.php b/includes/lang/gettext.inc similarity index 100% rename from includes/lang/gettext.php rename to includes/lang/gettext.inc diff --git a/includes/lang/language.php b/includes/lang/language.inc similarity index 100% rename from includes/lang/language.php rename to includes/lang/language.inc diff --git a/includes/session.inc b/includes/session.inc index 0bddc33d..15d21d84 100644 --- a/includes/session.inc +++ b/includes/session.inc @@ -363,7 +363,7 @@ set_error_handler('error_handler' /*, errtypes */); include_once($path_to_root . "/includes/current_user.inc"); include_once($path_to_root . "/frontaccounting.php"); include_once($path_to_root . "/admin/db/security_db.inc"); -include_once($path_to_root . "/includes/lang/language.php"); +include_once($path_to_root . "/includes/lang/language.inc"); include_once($path_to_root . "/config_db.php"); include_once($path_to_root . "/includes/ajax.inc"); include_once($path_to_root . "/includes/ui/ui_msgs.inc"); diff --git a/install/isession.inc b/install/isession.inc index 5a9f912e..339c9273 100644 --- a/install/isession.inc +++ b/install/isession.inc @@ -70,7 +70,7 @@ include_once($path_to_root . "/includes/errors.inc"); set_error_handler('error_handler' /*, errtypes */); include_once($path_to_root . "/includes/current_user.inc"); -include_once($path_to_root . "/includes/lang/language.php"); +include_once($path_to_root . "/includes/lang/language.inc"); include_once($path_to_root . "/includes/ajax.inc"); include_once($path_to_root . "/includes/ui/ui_msgs.inc"); include_once($path_to_root . "/includes/prefs/sysprefs.inc"); -- 2.30.2