X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FgetConfiguration.php;h=52cb209ce842a2b199b4cd8e7fab95f5764a70e0;hb=89d8c583d7d6dd03f10382208a2cf5d43e2f7c3e;hp=60bb8d8d2c4e8f3ef4ea3ba1e2cf4783e1120562;hpb=2c9de255f71501b749c2b700d0da6fc911358b62;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/getConfiguration.php b/maintenance/getConfiguration.php index 60bb8d8d2c..52cb209ce8 100644 --- a/maintenance/getConfiguration.php +++ b/maintenance/getConfiguration.php @@ -23,8 +23,6 @@ * @author Antoine Musso */ -define( 'MW_SETUP_NO_CACHE', 1 ); -define( 'MW_SETUP_NO_CONTEXT', 1 ); require_once __DIR__ . '/Maintenance.php'; /**