From: Max Semenik Date: Sat, 13 Aug 2011 14:24:24 +0000 (+0000) Subject: Rm debugging hack from r94029. X-Git-Tag: 1.31.0-rc.0~28295 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=f4664895d65059f2eca507442716b6eb87dc4c0c;p=lhc%2Fweb%2Fwiklou.git Rm debugging hack from r94029. --- diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index c29dd66935..354475383d 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -810,7 +810,7 @@ abstract class Installer { * Scare user to death if they have mod_security */ protected function envCheckModSecurity() { - if ( !self::apacheModulePresent( 'mod_security' ) ) { + if ( self::apacheModulePresent( 'mod_security' ) ) { $this->showMessage( 'config-mod-security' ); } }