summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8140103)
raw | patch | inline | side by side (parent: 8140103)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 28 Jun 2005 07:41:00 +0000 (07:41 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 28 Jun 2005 07:41:00 +0000 (07:41 +0000) |
contrib/gosa.conf | patch | blob | history | |
ihtml/themes/default/setup_step4.tpl | patch | blob | history | |
include/functions_setup.inc | patch | blob | history |
diff --git a/contrib/gosa.conf b/contrib/gosa.conf
index a45dbb93f603ff334f34c0761b95f865bdb77715..095569d1f34f6a6b394aa3160133cf48f478e6f1 100644 (file)
--- a/contrib/gosa.conf
+++ b/contrib/gosa.conf
pwminlen="6"
forceglobals="false"
smbhash='{SMBHASH}'
- displayerros="false">
+ displayerros="{errorlvl}">
<location name="{LOCATIONNAME}"
uidbase="1000"
index 5341f743559c34597fa39855b2c1b797e95f0411..53de727ec46f016c83e061ba4965cdb2f748929d 100644 (file)
</tr>
</table>
+<p class="seperator"> </p>
+
+<p>
+ {t}GOsa may cause PHP interpreter errors, particularly in case of Beta versions. In some cases it would be helpfull to enable the error reporting. (But it could be a security risk) {/t}
+</p>
+<table summary="">
+ <tr>
+ <td>{t}Display PHP errors{/t}</td>
+ <td>
+ <select name="errorlvl" size="1" title="">
+ <option value="true">{t}true{/t}</option>
+ <option value="false">{t}false{/t}</option>
+ </select>
+ </tr>
+</table>
<p class="plugbottom">
<input type="hidden" name="next" value="5">
<input type='submit' name='back' value='{t}Back{/t}'>
index 50b96f2b603c11dc1f5a2e90a57cf3b3dd82a1af..d769c898c4b97b14a02582a453855a939926acb2 100644 (file)
$replacements['{GOVERNMENTMODE}']= "false";
$replacements['{kolabAccount}'] = "";
$replacements['{servKolab}'] = "";
+ $replacements['{errorlvl}'] = $ldapconf['errorlvl'];
/* This array contains all preg_replace syntax to delete all unused plugins
THE kEY MUST BE THE CLASSNAME so we can check it with $ldapconf['classes'] */
$arr_crypts= array();
$temp = "";
$checkvars = array("location", "admin", "password", "peopleou", "base",
- "peopledn", "arr_crypts", "mail", "uidbase");
+ "peopledn", "arr_crypts", "mail", "uidbase","errorlvl");
if(!isset($_SESSION['ldapconf']['arr_cryptkeys'])) {
require_once("class_password-methods.inc");