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/LocalS…
==============================================================================
---
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")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;