Add boolean inArray utility
[lhc/web/wiklou.git] / maintenance / protect.php
index 9143ad9..aab84d6 100644 (file)
@@ -68,4 +68,4 @@ class Protect extends Maintenance {
 }
 
 $maintClass = "Protect";
-require_once( DO_MAINTENANCE );
+require_once( RUN_MAINTENANCE_IF_MAIN );