summaryrefslogtreecommitdiff
path: root/httemplate/config
diff options
context:
space:
mode:
authorivan <ivan>2010-06-06 06:21:47 +0000
committerivan <ivan>2010-06-06 06:21:47 +0000
commit29d6de93e7c8a65fdc6a33fe4f92685e1d738c58 (patch)
treed22891ea4e1a2985fd364dad938e07edc78cd466 /httemplate/config
parent212ea833569959d8911fd94a53e056b57f6d7d64 (diff)
UI
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";
}
}