diff options
author | ivan <ivan> | 2010-06-06 06:21:48 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-06-06 06:21:48 +0000 |
commit | 17384401dcbb0aa11a1e35a42f183d37fe93dff2 (patch) | |
tree | bdf571fc701447d513078ff513b23e604360b5e9 /httemplate/config | |
parent | 29d6de93e7c8a65fdc6a33fe4f92685e1d738c58 (diff) |
UI
Diffstat (limited to 'httemplate/config')
-rw-r--r-- | httemplate/config/config-process.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/config/config-process.cgi b/httemplate/config/config-process.cgi index 31dce4292..876c54c0c 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} ) { - include('/elements/errorpage-popup.html', "Disabled in web demo"); + errorpage_popup("Disabled in web demo"); die "shouldn't be reached"; } } |