From 95fb58a3d7d29084ebfc011eb753b200c42cc0c0 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 9 Jan 2010 18:58:33 +0100 Subject: [PATCH] Fix countrycode list (thx to m.a.d). --- config/rootfiles/core/35/filelists/files | 1 + html/cgi-bin/country.cgi | 2 +- html/cgi-bin/credits.cgi | 0 3 files changed, 2 insertions(+), 1 deletion(-) mode change 100755 => 100644 html/cgi-bin/credits.cgi 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 -- 2.39.2