exit;
}
my $op = $input->param("op");
my $op = $input->param("op") || '';
# Getting the template and auth
my ( $template, $loggedinuser, $cookie ) = get_template_and_user({
-