diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-29 14:58:17 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-29 14:58:17 +0200 |
commit | f6ffcfd73fc0d0dd731c321efab9a408a176c801 (patch) | |
tree | 1feb1992c01b621592a76176bbed1607e6852bc4 /cgi-bin | |
parent | 2bece6abde54881bb074dd44e7f87885eab4a777 (diff) |
Better checks for existing entries.
Diffstat (limited to 'cgi-bin')
-rwxr-xr-x | cgi-bin/index.fcgi | 2 |
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'); |