From: Domas Mituzas Date: Sat, 14 Jan 2006 11:04:04 +0000 (+0000) Subject: Be less anal about entry points, class definitions do no harm to anyone, defined... X-Git-Tag: 1.6.0~552 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22sites_tous%22%29%20.%20%22?a=commitdiff_plain;h=8aabcc03d19bca2afa38202d3c9e09c34adb9113;p=lhc%2Fweb%2Fwiklou.git Be less anal about entry points, class definitions do no harm to anyone, defined() is expensive --- diff --git a/includes/Categoryfinder.php b/includes/Categoryfinder.php index b1e48dfa15..59c8894ab8 100644 --- a/includes/Categoryfinder.php +++ b/includes/Categoryfinder.php @@ -21,8 +21,6 @@ Example use : */ -if( !defined( 'MEDIAWIKI' ) ) die( -1 ); - 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 +?> diff --git a/includes/Exif.php b/includes/Exif.php index 9816916313..f7355f6ef6 100644 --- a/includes/Exif.php +++ b/includes/Exif.php @@ -1,5 +1,4 @@ . diff --git a/includes/Namespace.php b/includes/Namespace.php index 1d85ae3267..f8a1ab81f0 100644 --- a/includes/Namespace.php +++ b/includes/Namespace.php @@ -1,6 +1,4 @@