[ros-diffs] [cfinck] 36386: Use the hash preprocessor for our server

cfinck at svn.reactos.org cfinck at svn.reactos.org
Sun Sep 21 19:44:25 CEST 2008


Author: cfinck
Date: Sun Sep 21 12:44:24 2008
New Revision: 36386

URL: http://svn.reactos.org/svn/reactos?rev=36386&view=rev
Log:
Use the hash preprocessor for our server

Modified:
    trunk/web/reactos.org/htdocs/wiki/LocalSettings.php

Modified: trunk/web/reactos.org/htdocs/wiki/LocalSettings.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/wiki/LocalSettings.php?rev=36386&r1=36385&r2=36386&view=diff
==============================================================================
--- trunk/web/reactos.org/htdocs/wiki/LocalSettings.php [iso-8859-1] (original)
+++ trunk/web/reactos.org/htdocs/wiki/LocalSettings.php [iso-8859-1] Sun Sep 21 12:44:24 2008
@@ -70,6 +70,9 @@
 # Uncomment one of the following lines based on whether the Wiki runs on the ReactOS Server or locally
 require_once("/web/reactos.org/config/wiki-connect.php");
 //require_once("$IP/wiki-connect.php");
+
+# Use the hash preprocessor for our server
+$wgParserConf["preprocessorClass"] = "Preprocessor_Hash";
 
 # Experimental charset support for MySQL 4.1/5.0.
 $wgDBmysql5 = false;



More information about the Ros-diffs mailing list