Fix countrycode list (thx to m.a.d).

This commit is contained in:
Arne Fitzenreiter
2010-01-09 18:58:33 +01:00
parent 98b5cc933b
commit 95fb58a3d7
3 changed files with 2 additions and 1 deletions

View File

@@ -1 +1,2 @@
etc/system-release
srv/web/ipfire/cgi-bin/country.cgi

View File

@@ -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=();

0
html/cgi-bin/credits.cgi Executable file → Normal file
View File