From: Arne Fitzenreiter Date: Sat, 9 Jan 2010 17:58:33 +0000 (+0100) Subject: Fix countrycode list (thx to m.a.d). X-Git-Tag: v2.9-beta1~529 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=95fb58a3d7d29084ebfc011eb753b200c42cc0c0 Fix countrycode list (thx to m.a.d). --- diff --git a/config/rootfiles/core/35/filelists/files b/config/rootfiles/core/35/filelists/files index 0037af1833..955ed678f7 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 250915a722..474d60cd06 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