Merge "API: Add Access-Control-Allow-Headers in CORS preflight response"
[lhc/web/wiklou.git] / includes / specials / SpecialExport.php
index e4e4bfb..38c52a0 100644 (file)
@@ -37,10 +37,6 @@ class SpecialExport extends SpecialPage {
        }
 
        public function execute( $par ) {
-               global $wgSitename, $wgExportAllowListContributors, $wgExportFromNamespaces;
-               global $wgExportAllowHistory, $wgExportMaxHistory, $wgExportMaxLinkDepth;
-               global $wgExportAllowAll;
-
                $this->setHeaders();
                $this->outputHeader();
                $config = $this->getConfig();