# HG changeset patch # User rejo # Date 1198594945 0 # Node ID ed18c8317cff55fb2a439759007ae80aee586922 # Parent 58911245e817955d485698b81de98ac84b7eeb1c [feladat @ 97] Removed superflucious includes of inc/i18n.inc.php. diff -r 58911245e817 -r ed18c8317cff add_supermaster.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 . */ -require_once("inc/i18n.inc.php"); require_once("inc/toolkit.inc.php"); if (!level(5)) diff -r 58911245e817 -r ed18c8317cff add_zone_master.php --- 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 . */ -require_once("inc/i18n.inc.php"); require_once("inc/toolkit.inc.php"); if (!level(5)) diff -r 58911245e817 -r ed18c8317cff add_zone_slave.php --- 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 . */ -require_once("inc/i18n.inc.php"); require_once("inc/toolkit.inc.php"); if (!level(5)) diff -r 58911245e817 -r ed18c8317cff change_password.php --- 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 . */ -require_once("inc/i18n.inc.php"); require_once("inc/toolkit.inc.php"); if($_POST["submit"]) diff -r 58911245e817 -r ed18c8317cff index.php --- 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"); ?> diff -r 58911245e817 -r ed18c8317cff list_supermasters.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 . */ -require_once("inc/i18n.inc.php"); require_once("inc/toolkit.inc.php"); include_once("inc/header.inc.php"); diff -r 58911245e817 -r ed18c8317cff list_zones.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 . */ -require_once("inc/i18n.inc.php"); require_once("inc/toolkit.inc.php"); include_once("inc/header.inc.php"); diff -r 58911245e817 -r ed18c8317cff search.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 . */ -require_once("inc/i18n.inc.php"); require_once('inc/toolkit.inc.php'); if (isset($_POST['s_submit']) || isset($_POST['q']))