richard: server/kolab-webadmin/kolab-webadmin/php/admin/include auth.class.php.in, 1.2, 1.3 headers.php.in, 1.1, 1.2

cvs at kolab.org cvs at kolab.org
Sat Feb 23 21:19:14 CET 2008


Author: richard

Update of /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/include
In directory doto:/tmp/cvs-serv17121/php/admin/include

Modified Files:
	auth.class.php.in headers.php.in 
Log Message:
changed the hardcoded path to web user interface (/admin)
into a variable: kolab_wui.



Index: auth.class.php.in
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/include/auth.class.php.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- auth.class.php.in	8 Jan 2007 04:01:43 -0000	1.2
+++ auth.class.php.in	23 Feb 2008 20:19:11 -0000	1.3
@@ -104,7 +104,7 @@
 		session_destroy();
 		$this->error_string = false;
 		//$this->gotoLoginPage();
-		Header("Location: @webserver_web_prefix@/admin/");
+		Header("Location: @kolab_wui@/");
 	}
 
 	function handleLogin() {

Index: headers.php.in
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/include/headers.php.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- headers.php.in	30 Dec 2005 11:07:17 -0000	1.1
+++ headers.php.in	23 Feb 2008 20:19:11 -0000	1.2
@@ -23,7 +23,7 @@
 header("Cache-Control: no-cache, must-revalidate");
 header("Pragma: no-cache");
 
-$topdir = '@webserver_web_prefix@/admin';
+$topdir = '@kolab_wui@';
 /*
   Local variables:
   mode: php





More information about the commits mailing list