From: Michael Tremer Date: Sun, 5 Jan 2014 18:06:08 +0000 (+0100) Subject: header.pl: Include required perl module. X-Git-Tag: v2.15-beta1~72^2^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=802d795488a1387e8b564201894d3db39681d08b;p=people%2Fms%2Fipfire-2.x.git header.pl: Include required perl module. --- diff --git a/config/cfgroot/header.pl b/config/cfgroot/header.pl index 299d766459..318d2e7f47 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 86bc709396..ed91b7ca0a 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"; ############################################################################### #