MediaWiki  REL1_22
checkLanguage.php
Go to the documentation of this file.
00001 <?php
00024 require_once __DIR__ . '/../commandLine.inc';
00025 require_once 'checkLanguage.inc';
00026 require_once 'languages.inc';
00027 
00028 $cli = new CheckLanguageCLI( $options );
00029 
00030 try {
00031     $cli->execute();
00032 } catch ( MWException $e ) {
00033     print 'Error: ' . $e->getMessage() . "\n";
00034 }