From 29d6de93e7c8a65fdc6a33fe4f92685e1d738c58 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 6 Jun 2010 06:21:47 +0000 Subject: UI --- httemplate/config/config-process.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate') 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"; } } -- cgit v1.2.1