MediaWiki  1.34.0
deleteLocalPasswords.php
Go to the documentation of this file.
1 <?php
24 require_once __DIR__ . '/includes/DeleteLocalPasswords.php';
25 
26 $maintClass = DeleteLocalPasswords::class;
27 require_once RUN_MAINTENANCE_IF_MAIN;
RUN_MAINTENANCE_IF_MAIN
const RUN_MAINTENANCE_IF_MAIN
Definition: Maintenance.php:39
$maintClass
$maintClass
Definition: deleteLocalPasswords.php:26