summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 58f9111)
raw | patch | inline | side by side (parent: 58f9111)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 1 Dec 2006 05:43:03 +0000 (05:43 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 1 Dec 2006 05:43:03 +0000 (05:43 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5277 594d385d-05f5-0310-b6e9-bd551577e9d8
include/functions_setup.inc | patch | blob | history |
index 43b2d32d80486b2c07c1c33efa29811d02db925e..faac360b257ec876734014312c339e06aaa9f47a 100644 (file)
}
if((isset($_POST[$key]))&&(!empty($_POST[$key]))) {
- echo $key." -> ".$_POST[$key]."<br>";
$_SESSION['ldapconf'][$key] = $_POST[$key];
} else {
if($withoutput) {