r86900 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86899‎ | r86900 | r86901 >
Date:21:18, 25 April 2011
Author:reedy
Status:ok
Tags:
Comment:
Followup r86898, fix $wgProxyScriptPath
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -3707,7 +3707,7 @@
37083708 /** Port we want to scan for a proxy */
37093709 $wgProxyPorts = array( 80, 81, 1080, 3128, 6588, 8000, 8080, 8888, 65506 );
37103710 /** Script used to scan */
3711 -$wgProxyScriptPath = "$IP/includes/proxy_check.php";
 3711+$wgProxyScriptPath = "$IP/maintenance/proxy_check.php";
37123712 /** */
37133713 $wgProxyMemcExpiry = 86400;
37143714 /** This should always be customised in LocalSettings.php */

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r86898proxy_check.php is probably useful to keep around, but it's not really an inc...reedy21:04, 25 April 2011

Status & tagging log