X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fconfig%2Fconfig-process.cgi;fp=httemplate%2Fconfig%2Fconfig-process.cgi;h=31dce4292400e1a0de2029ee0b7a5c8bc25e20e1;hp=c96f8d44d86df77ccf3b3d9c6c4e2df10ce80a03;hb=29d6de93e7c8a65fdc6a33fe4f92685e1d738c58;hpb=212ea833569959d8911fd94a53e056b57f6d7d64 diff --git a/httemplate/config/config-process.cgi b/httemplate/config/config-process.cgi index c96f8d44d..31dce4292 100644 --- a/httemplate/config/config-process.cgi +++ b/httemplate/config/config-process.cgi @@ -80,7 +80,7 @@ if ( $conf->exists('disable_settings_changes') ) { my @changers = split(/\s*,\s*/, $conf->config('disable_settings_changes')); my %changers = map { $_=>1 } @changers; unless ( $changers{$curuser->username} ) { - errorpage("Disabled in web demo"); + include('/elements/errorpage-popup.html', "Disabled in web demo"); die "shouldn't be reached"; } }