From 412aa4f7094372669d9e028aaf16c9ed9a7023b1 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Tue, 21 Aug 2007 17:20:32 -0400
Subject: [PATCH] First files of the remoting interface.

---
 interface/lib/app.inc.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/interface/lib/app.inc.php b/interface/lib/app.inc.php
index fc63f02..926b4eb 100644
--- a/interface/lib/app.inc.php
+++ b/interface/lib/app.inc.php
@@ -55,7 +55,7 @@
 		}
 		
 		//* Start the session
-		if($conf["start_session"] == true) {
+		if($this->_conf['start_session'] == true) {
 			session_start();
 			
 			//* Initialize session variables

--
Gitblit v1.9.1