UI
[freeside.git] / httemplate / config / config-process.cgi
index c96f8d4..31dce42 100644 (file)
@@ -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";
   }
 }