* Fix explicit s-maxage=0 on raw pages; should help with proxy issues in
[lhc/web/wiklou.git] / includes / Categoryfinder.php
index f9c4aa3..59c8894 100644 (file)
@@ -21,8 +21,6 @@ Example use :
 */
 
 
-if( !defined( 'MEDIAWIKI' ) ) die();
-
 class Categoryfinder {
 
        var $articles = array () ; # The original article IDs passed to the seed function
@@ -188,4 +186,4 @@ class Categoryfinder {
 
 } # END OF CLASS "Categoryfinder"
 
-?>
\ No newline at end of file
+?>