[Systems] wiki LocalSettings.php gremlins
Frederick Grose
fgrose at gmail.com
Thu Apr 21 11:51:59 EDT 2011
--- LocalSettings1.php 2011-04-21 11:46:50.000000000 -0400
(back-edited to create diff)
+++ LocalSettings.php 2011-04-21 11:42:49.000000000 -0400
@@ -241,14 +241,16 @@
require_once( "$IP/extensions/TitleBlacklist/TitleBlacklist.php" );
# bernie: helps fight vandals
-include_once('$IP/extensions/CheckUser/CheckUser.php');
+# 21 April 2011 fgrose: updated to remove '$IP/' prefix
+include_once('extensions/CheckUser/CheckUser.php');
# bernie: also help fight vandals
include_once('includes/DatabaseFunctions.php');
include_once("$IP/extensions/bad-behavior/bad-behavior-mediawiki.php");
# bernie: requested by FGrose: http://bugs.sugarlabs.org/ticket/580
-include_once('$IP/extensions/ImageMap/ImageMap.php');
+# 21 April 2011 fgrose: updated to remove '$IP/' prefix
+include_once('extensions/ImageMap/ImageMap.php');
# 23-July-2010 fgrose
$wgVectorUseIconWatch = true;
This was needed to fix the loss of ImageMap functionality in the last
day or two.
--Fred
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sugarlabs.org/private/systems/attachments/20110421/0ea1be67/attachment.html>
More information about the Systems
mailing list