aboutsummaryrefslogtreecommitdiffstats
path: root/cgi-bin
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2012-09-29 14:58:17 +0200
committerGuilhem Moulin <guilhem.moulin@fripost.org>2012-09-29 14:58:17 +0200
commitf6ffcfd73fc0d0dd731c321efab9a408a176c801 (patch)
tree1feb1992c01b621592a76176bbed1607e6852bc4 /cgi-bin
parent2bece6abde54881bb074dd44e7f87885eab4a777 (diff)
Better checks for existing entries.
Diffstat (limited to 'cgi-bin')
-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');