r94408 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94407‎ | r94408 | r94409 >
Date:14:24, 13 August 2011
Author:maxsem
Status:ok
Tags:
Comment:
Rm debugging hack from r94029.
Modified paths:
  • /trunk/phase3/includes/installer/Installer.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/Installer.php
@@ -810,7 +810,7 @@
811811 * Scare user to death if they have mod_security
812812 */
813813 protected function envCheckModSecurity() {
814 - if ( !self::apacheModulePresent( 'mod_security' ) ) {
 814+ if ( self::apacheModulePresent( 'mod_security' ) ) {
815815 $this->showMessage( 'config-mod-security' );
816816 }
817817 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r94029Warn user if mod_security is presentmaxsem16:39, 6 August 2011

Status & tagging log