From f6ffcfd73fc0d0dd731c321efab9a408a176c801 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sat, 29 Sep 2012 14:58:17 +0200 Subject: Better checks for existing entries. --- cgi-bin/index.fcgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cgi-bin') 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'); -- cgit v1.2.3