From 802d795488a1387e8b564201894d3db39681d08b Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 5 Jan 2014 19:06:08 +0100 Subject: [PATCH] header.pl: Include required perl module. --- config/cfgroot/header.pl | 1 + html/html/themes/ipfire/include/functions.pl | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cfgroot/header.pl b/config/cfgroot/header.pl index 299d76645..318d2e7f4 100644 --- a/config/cfgroot/header.pl +++ b/config/cfgroot/header.pl @@ -12,6 +12,7 @@ package Header; use CGI(); +use File::Basename; use HTML::Entities(); use Socket; use Time::Local; diff --git a/html/html/themes/ipfire/include/functions.pl b/html/html/themes/ipfire/include/functions.pl index 86bc70939..ed91b7ca0 100644 --- a/html/html/themes/ipfire/include/functions.pl +++ b/html/html/themes/ipfire/include/functions.pl @@ -31,7 +31,6 @@ # IPFire default theme. # ############################################################################### -use File::Basename; require "${General::swroot}/lang.pl"; ############################################################################### # -- 2.39.2