* (bug 11649) Show input form when Special:Whatlinkshere has no parameters
[lhc/web/wiklou.git] / includes / SiteConfiguration.php
index 8fd5d6b..353f5b3 100644 (file)
@@ -1,9 +1,4 @@
 <?php
-/**
- * This is a class used to hold configuration settings, particularly for multi-wiki sites.
- *
- * @package MediaWiki
- */
 
 /**
  * The include paths change after this file is included from commandLine.inc,
@@ -13,7 +8,10 @@
 if (!defined('SITE_CONFIGURATION')) {
 define('SITE_CONFIGURATION', 1);
 
-/** @package MediaWiki */
+/**
+ * This is a class used to hold configuration settings, particularly for multi-wiki sites.
+ *
+ */
 class SiteConfiguration {
        var $suffixes = array();
        var $wikis = array();
@@ -118,4 +116,4 @@ class SiteConfiguration {
 }
 }
 
-?>
+