X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22articles%22%2C%22id_article=%24id_article%22%29%20.%20%22?a=blobdiff_plain;f=maintenance%2FinitStats.php;h=b92d46c575ac875345092ee27eedd93dc96a1096;hb=567f244e3611c9e020bc69446a77a10c21257f84;hp=ce46284a1fbdda8f3b55a06b949db2b298ee5546;hpb=5a9d854a8fdc68c48e7c21eb0e667ef184cf38b1;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/initStats.php b/maintenance/initStats.php index ce46284a1f..b92d46c575 100644 --- a/maintenance/initStats.php +++ b/maintenance/initStats.php @@ -24,7 +24,7 @@ * @licence GNU General Public Licence 2.0 or later */ -require_once( "Maintenance.php" ); +require_once( dirname(__FILE__) . '/Maintenance.php' ); class InitStats extends Maintenance { public function __construct() {