diff --git a/config/rootfiles/core/35/filelists/files b/config/rootfiles/core/35/filelists/files index 0037af183..955ed678f 100644 --- a/config/rootfiles/core/35/filelists/files +++ b/config/rootfiles/core/35/filelists/files @@ -1 +1,2 @@ etc/system-release +srv/web/ipfire/cgi-bin/country.cgi diff --git a/html/cgi-bin/country.cgi b/html/cgi-bin/country.cgi index 250915a72..474d60cd0 100644 --- a/html/cgi-bin/country.cgi +++ b/html/cgi-bin/country.cgi @@ -23,7 +23,7 @@ use strict; use Locale::Country; -my $flagdir = '/home/httpd/html/images/flags'; +my $flagdir = '/srv/web/ipfire/html/images/flags'; my $lines = '1'; my $lines2 = ''; my @flaglist=(); diff --git a/html/cgi-bin/credits.cgi b/html/cgi-bin/credits.cgi old mode 100755 new mode 100644