mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 12:15:52 +02:00
Fix countrycode list (thx to m.a.d).
This commit is contained in:
@@ -1 +1,2 @@
|
||||
etc/system-release
|
||||
srv/web/ipfire/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=();
|
||||
|
||||
0
html/cgi-bin/credits.cgi
Executable file → Normal file
0
html/cgi-bin/credits.cgi
Executable file → Normal file
Reference in New Issue
Block a user