summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 37365c4)
raw | patch | inline | side by side (parent: 37365c4)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 28 Sep 2007 06:41:46 +0000 (06:41 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 28 Sep 2007 06:41:46 +0000 (06:41 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7430 594d385d-05f5-0310-b6e9-bd551577e9d8
html/index.php | patch | blob | history |
diff --git a/html/index.php b/html/index.php
index 603db4d6bbfe038ff4600c566f4945959cffa500..8a569a87408ea7944daa67cfd98e8df4d70790b7 100644 (file)
--- a/html/index.php
+++ b/html/index.php
if(!$config->check_session_lifetime()){
$smarty->assign ("lifetime", _("Warning").": ".
- _("The session lifetime configured in your gosa.conf doesn't match the php.ini settings."));
+ _("The session lifetime configured in your gosa.conf will be overridden by php.ini settings."));
}else{
$smarty->assign ("lifetime", "");
}