From: hickert Date: Fri, 14 Sep 2007 07:42:29 +0000 (+0000) Subject: Removed check from main.php, caused print_red on every page request X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6fb21522eae3859d50bea0c2199851525eb2315b;p=gosa.git Removed check from main.php, caused print_red on every page request git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7292 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/html/main.php b/html/main.php index 9d8527d69..4dfe7477e 100644 --- a/html/main.php +++ b/html/main.php @@ -79,12 +79,6 @@ if ($_SERVER['REMOTE_ADDR'] != $ui->ip){ } $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();