MediaWiki  REL1_22
userOptions.php
Go to the documentation of this file.
00001 <?php
00027 // This is a command line script, load tools and parse args
00028 require_once 'userOptions.inc';
00029 
00030 // Load up our tool system, exit with usage() if options are not fine
00031 $uo = new userOptions( $options, $args );
00032 
00033 $uo->run();
00034 
00035 print "Done.\n";