mediawiki-extensions-Scribunto/Scribunto.constants.php
Reedy f386ff68d5 Remove PHP entry point
Move NS constants to seperate file for static analysis

Bug: T140007
Change-Id: I525c6e5b1c8e934d179e330c89f3f29cce335bd6
2019-06-21 00:02:08 +00:00

7 lines
159 B
PHP

<?php
// This file is not loaded by MediaWiki, and exists purely
// for static analysis purposes
define( 'NS_MODULE', 828 );
define( 'NS_MODULE_TALK', 829 );