From 57439841c903324188161d533fe6c41b2ced664e Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 29 Jan 2007 09:22:37 +0000 Subject: [PATCH] Updated TODO. Post-fixed setup check for testing. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5643 594d385d-05f5-0310-b6e9-bd551577e9d8 --- TODO | 2 ++ html/index.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 9dc5c0475..2c12cb7d7 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,8 @@ Target for 2.6: =============== +* Move from gosa.conf-trunk to gosa.conf when we're ready + * ACL - Acl roles should be selectable in acl dialog. - Role checks are missing diff --git a/html/index.php b/html/index.php index 14a8b3005..1fdcf4bb3 100644 --- a/html/index.php +++ b/html/index.php @@ -101,7 +101,7 @@ $_SESSION['errorsAlreadyPosted']= array(); $_SESSION['LastError'] = ""; /* Check if we need to run setup */ -if (!file_exists(CONFIG_DIR."/gosa.conf")){ +if (!file_exists(CONFIG_DIR."/gosa.conf-trunk")){ header("location:setup.php"); exit(); } -- 2.30.2