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