Index: trunk/phase3/includes/installer/Installer.php |
— | — | @@ -810,7 +810,7 @@ |
811 | 811 | * Scare user to death if they have mod_security |
812 | 812 | */ |
813 | 813 | protected function envCheckModSecurity() { |
814 | | - if ( !self::apacheModulePresent( 'mod_security' ) ) { |
| 814 | + if ( self::apacheModulePresent( 'mod_security' ) ) { |
815 | 815 | $this->showMessage( 'config-mod-security' ); |
816 | 816 | } |
817 | 817 | } |