[feladat @ 97]
Removed superflucious includes of inc/i18n.inc.php.
--- a/add_supermaster.php Tue Dec 25 14:57:43 2007 +0000
+++ b/add_supermaster.php Tue Dec 25 15:02:25 2007 +0000
@@ -19,7 +19,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-require_once("inc/i18n.inc.php");
require_once("inc/toolkit.inc.php");
if (!level(5))
--- a/add_zone_master.php Tue Dec 25 14:57:43 2007 +0000
+++ b/add_zone_master.php Tue Dec 25 15:02:25 2007 +0000
@@ -19,7 +19,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-require_once("inc/i18n.inc.php");
require_once("inc/toolkit.inc.php");
if (!level(5))
--- a/add_zone_slave.php Tue Dec 25 14:57:43 2007 +0000
+++ b/add_zone_slave.php Tue Dec 25 15:02:25 2007 +0000
@@ -19,7 +19,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-require_once("inc/i18n.inc.php");
require_once("inc/toolkit.inc.php");
if (!level(5))
--- a/change_password.php Tue Dec 25 14:57:43 2007 +0000
+++ b/change_password.php Tue Dec 25 15:02:25 2007 +0000
@@ -19,7 +19,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-require_once("inc/i18n.inc.php");
require_once("inc/toolkit.inc.php");
if($_POST["submit"])
--- a/index.php Tue Dec 25 14:57:43 2007 +0000
+++ b/index.php Tue Dec 25 15:02:25 2007 +0000
@@ -20,7 +20,6 @@
*/
session_start();
-require_once("inc/i18n.inc.php");
require_once("inc/toolkit.inc.php");
include_once("inc/header.inc.php");
?>
--- a/list_supermasters.php Tue Dec 25 14:57:43 2007 +0000
+++ b/list_supermasters.php Tue Dec 25 15:02:25 2007 +0000
@@ -19,7 +19,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-require_once("inc/i18n.inc.php");
require_once("inc/toolkit.inc.php");
include_once("inc/header.inc.php");
--- a/list_zones.php Tue Dec 25 14:57:43 2007 +0000
+++ b/list_zones.php Tue Dec 25 15:02:25 2007 +0000
@@ -19,7 +19,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-require_once("inc/i18n.inc.php");
require_once("inc/toolkit.inc.php");
include_once("inc/header.inc.php");
--- a/search.php Tue Dec 25 14:57:43 2007 +0000
+++ b/search.php Tue Dec 25 15:02:25 2007 +0000
@@ -19,7 +19,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-require_once("inc/i18n.inc.php");
require_once('inc/toolkit.inc.php');
if (isset($_POST['s_submit']) || isset($_POST['q']))