summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8acec41)
raw | patch | inline | side by side (parent: 8acec41)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 Sep 2007 07:26:06 +0000 (07:26 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 Sep 2007 07:26:06 +0000 (07:26 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7290 594d385d-05f5-0310-b6e9-bd551577e9d8
html/main.php | patch | blob | history |
diff --git a/html/main.php b/html/main.php
index 4dfe7477e5e2e70a343dd43b4799adb91b292c8a..9d8527d697f42e0868e67ff9dfcc984cacb83476 100644 (file)
--- a/html/main.php
+++ b/html/main.php
}
$config= $_SESSION['config'];
+/* Check if there is a timezone record available */
+$tmp = get_default_timezone();
+if($tmp['name'] == "unconfigured"){
+ print_red(_("Please add a timezone record into the main section of yout your gosa.conf."));
+}
+
/* Check for invalid sessions */
if(empty($_SESSION['_LAST_PAGE_REQUEST'])){
$_SESSION['_LAST_PAGE_REQUEST']= time();