Rm debugging hack from r94029.
This commit is contained in:
parent
a1cd4f0478
commit
f4664895d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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' );
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue