MediaWiki
REL1_41
rest.php
Go to the documentation of this file.
1
<?php
2
24
use
MediaWiki\Rest\EntryPoint
;
25
26
define(
'MW_REST_API'
,
true
);
27
define(
'MW_ENTRY_POINT'
,
'rest'
);
28
29
require __DIR__ .
'/includes/WebStart.php'
;
30
31
EntryPoint::main();
MediaWiki\Rest\EntryPoint
Definition
EntryPoint.php:22
rest.php
Generated on Sat Nov 23 2024 08:26:31 for MediaWiki by
1.10.0