From cf71a4677eff547c9cedeb1871fc109ae181b0c2 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Sat, 17 Mar 2007 16:30:41 -0400
Subject: [PATCH] Rebuild the complete interface to use ajax.
---
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