summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0ac2977)
raw | patch | inline | side by side (parent: 0ac2977)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 20 Apr 2007 13:28:51 +0000 (13:28 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 20 Apr 2007 13:28:51 +0000 (13:28 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6159 594d385d-05f5-0310-b6e9-bd551577e9d8
setup/class_setupStep_Finish.inc | patch | blob | history |
index 8e23e44371ed99a1c0d64e128da74c24f9510f32..2b9554ccab6e603c952a7d1558b62351067a83a0 100644 (file)
$err_msg= "";
if($exists && $this->is_world_readable(CONFIG_DIR."/".CONFIG_FILE)){
- $err_msg = _("Your configuration file is currently world readable. This is a big security risk. Please updated the file permissions!");
+ $err_msg = _("Your configuration file is currently world readable. Please updated the file permissions!");
}elseif(!$exists){
$err_msg = _("The configuration is currently not readable or it does not exists.");
}