MediaWiki  master
dumpTextPass.php
Go to the documentation of this file.
1 <?php
26 require_once __DIR__ . '/includes/TextPassDumper.php';
27 
28 $maintClass = TextPassDumper::class;
29 require_once RUN_MAINTENANCE_IF_MAIN;
$maintClass