diff options
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'); |