4 unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
6 my $conf = new FS::Conf;
8 my $confname = $cgi->param('confname');
9 my $value = $cgi->param('value');
11 $conf->set($confname, $value);
13 $cgi->redirect(popurl(3). 'browse/invoice_template.html');