Pass the user as an argument to 'isValidPassword' hook callbacks; see docs/hooks...
[lhc/web/wiklou.git] / includes / SiteConfiguration.php
index 36c6aa8..353f5b3 100644 (file)
@@ -1,8 +1,4 @@
 <?php
-/**
- * This is a class used to hold configuration settings, particularly for multi-wiki sites.
- *
- */
 
 /**
  * The include paths change after this file is included from commandLine.inc,
@@ -12,6 +8,10 @@
 if (!defined('SITE_CONFIGURATION')) {
 define('SITE_CONFIGURATION', 1);
 
+/**
+ * This is a class used to hold configuration settings, particularly for multi-wiki sites.
+ *
+ */
 class SiteConfiguration {
        var $suffixes = array();
        var $wikis = array();
@@ -116,4 +116,4 @@ class SiteConfiguration {
 }
 }
 
-?>
+