MediaWiki REL1_32
config.php
Go to the documentation of this file.
1<?php
2
3$cfg = require __DIR__ . '/../../vendor/mediawiki/mediawiki-phan-config/src/config.php';
4// Namespace constants
5$cfg['file_list'][] = 'Gadgets.namespaces.php';
6
7return $cfg;
$cfg
Definition config.php:3