summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 51fb20a)
raw | patch | inline | side by side (parent: 51fb20a)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 5 Jun 2007 12:34:49 +0000 (12:34 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 5 Jun 2007 12:34:49 +0000 (12:34 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6552 594d385d-05f5-0310-b6e9-bd551577e9d8
setup/class_setupStep_Checks.inc | patch | blob | history |
index 366ab1b2eebc882dc1bf7cc4c29f84606879828d..5af36b6c49080f15fe4c8198e598deaf3a50da23 100644 (file)
$N = "implicit_flush = <b>"._("Off")."</b>";
$D = _("This option influences the PHP output handling. Turn this Option off, to increase performance.");
$S = _("Search for 'implicit_flush' in your php.ini and set it to 'Off'.");
- $R = ini_get('implicit_flush');
+ $R = !ini_get('implicit_flush');
$M = FALSE;
$this->config_checks[] = array("NAME" => $N , "DESC" => $D , "RESULT" => $R , "SOLUTION" => $S , "MUST" => $M );