aboutsummaryrefslogtreecommitdiffstats
path: root/cgi-bin/index.fcgi
diff options
context:
space:
mode:
Diffstat (limited to 'cgi-bin/index.fcgi')
-rwxr-xr-xcgi-bin/index.fcgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi-bin/index.fcgi b/cgi-bin/index.fcgi
index 8e551d8..5c73463 100755
--- a/cgi-bin/index.fcgi
+++ b/cgi-bin/index.fcgi
@@ -15,7 +15,7 @@ use CGI::Fast ();
use File::Spec::Functions 'catfile';
use lib 'lib';
use Fripost::Panel::Interface;
-
+use CGI::Carp 'fatalsToBrowser';
my $config_dir = '/etc/fripost-panel';
my @config = catfile ('./', 'default.in');