Skip to content

Commit

Permalink
Removed superflucious includes of inc/i18n.inc.php.
Browse files Browse the repository at this point in the history
  • Loading branch information
rejozenger committed Dec 25, 2007
1 parent cfd6202 commit c5596bb
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion add_supermaster.php
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
1 change: 0 additions & 1 deletion add_zone_master.php
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
1 change: 0 additions & 1 deletion add_zone_slave.php
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
1 change: 0 additions & 1 deletion change_password.php
Original file line number Diff line number Diff line change
Expand Up @@ -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"])
Expand Down
1 change: 0 additions & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
*/

session_start();
require_once("inc/i18n.inc.php");
require_once("inc/toolkit.inc.php");
include_once("inc/header.inc.php");
?>
Expand Down
1 change: 0 additions & 1 deletion list_supermasters.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down
1 change: 0 additions & 1 deletion list_zones.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down
1 change: 0 additions & 1 deletion search.php
Original file line number Diff line number Diff line change
Expand Up @@ -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']))
Expand Down

0 comments on commit c5596bb

Please sign in to comment.