Index: branches/REL1_18/phase3/includes/installer/Installer.php |
— | — | @@ -856,9 +856,8 @@ |
857 | 857 | $IP = dirname( dirname( dirname( __FILE__ ) ) ); |
858 | 858 | |
859 | 859 | $this->setVar( 'IP', $IP ); |
860 | | - |
861 | | - $uri = preg_replace( '{^(.*)/(mw-)?config.*$}', '$1', $path ); |
862 | | - $this->setVar( 'wgScriptPath', $uri ); |
| 860 | + $this->showMessage( 'config-using-uri', $this->getVar( 'wgServer' ), $this->getVar( 'wgScriptPath' ) ); |
| 861 | + return true; |
863 | 862 | } |
864 | 863 | |
865 | 864 | /** |