summaryrefslogtreecommitdiff
path: root/httemplate/config
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/config')
-rw-r--r--httemplate/config/config-process.cgi2
1 files changed, 1 insertions, 1 deletions
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";
}
}