#!/usr/local/bin/perl # Offer to setup razor, if the user hasn't already require './spam-lib.pl'; &ui_print_header(undef, $text{'razor_title'}, ""); if (!&has_command($config{'razor_admin'})) { # Not installed print "
",&text('razor_ecmd', "$config{'razor_admin'}"),"
\n"; } else { # Show form print "
\n"; } &ui_print_footer("", $text{'index_return'});