*/ # Options available $options = array( 'delete','help' ); require_once( 'commandLine.inc' ); require_once( 'removeUnusedAccounts.inc' ); # Default action (just report): $action = ACTION_REPORT; # Handle parameters if(@$options['help']) { echo << 0 ) ) { echo( " Deleting..." ); DeleteUsers( $del ); echo( "done.\n" ); } else { echo "\nYou can delete them by using the '--delete' switch (see help).\n"; } ?>