X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fpref%2Fpref-process.html;h=a340b7fc94b4df6639f9a8b5fe32b5f056469fa3;hb=b978a889dbdc5116775169cb2b19cb34eb8c6fcd;hp=2b6c969f8e872a5835d7ae28642085e09dabedaa;hpb=6d43279ab6b571ad33d2d89d7403b72fdf5bc772;p=freeside.git diff --git a/httemplate/pref/pref-process.html b/httemplate/pref/pref-process.html index 2b6c969f8..a340b7fc9 100644 --- a/httemplate/pref/pref-process.html +++ b/httemplate/pref/pref-process.html @@ -7,6 +7,11 @@ % } <%init> +if ( FS::Conf->new->exists('disable_acl_changes') ) { + errorpage("Preference changes disabled in public demo"); + die "shouldn't be reached"; +} + my $error = ''; my $access_user = ''; @@ -44,10 +49,11 @@ unless ( $error ) { # if ($access_user) { #XXX autogen my @paramlist = qw( menu_position default_customer_view + disable_html_editor email_address snom-ip snom-username snom-password vonage-fromnumber vonage-username vonage-password - show_pkgnum show_confitem_counts + show_pkgnum show_confitem_counts export_getsettings show_db_profile save_db_profile height width availHeight availWidth colorDepth );