From 1d81efd333b4d4a2ce4fa45f67b34f0c1266a56d Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Tue, 20 Mar 2007 17:47:04 -0400
Subject: [PATCH] cleanup in config file. The path is now detected automatically.

---
 interface/web/index.php |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/interface/web/index.php b/interface/web/index.php
index 28476f2..928a1de 100644
--- a/interface/web/index.php
+++ b/interface/web/index.php
@@ -34,6 +34,7 @@
 $app->uses('tpl');
 $app->tpl->newTemplate("main.tpl.htm");
 
+/*
 
 // Checke User Login and current module
 if(!is_array($_SESSION["s"]['user']) or !is_array($_SESSION["s"]["module"])) {
@@ -91,6 +92,8 @@
 $app->tpl->setVar('startpage',$_SESSION["s"]["module"]["startpage"]);
 $app->tpl->setVar('navframe_page',$_SESSION["s"]["module"]["navframe_page"]);
 
+*/
+
 $app->tpl_defaults();
 $app->tpl->pparse();
 ?>
\ No newline at end of file

--
Gitblit v1.9.1