MediaWiki
REL1_39
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 Mon Dec 16 2024 06:37:22 for MediaWiki by
1.10.0