1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

Updated Brexit date

This commit is contained in:
eldadfux 2019-08-01 06:34:24 +03:00
parent 9915d1ae6c
commit a82559bd3a

View file

@ -29,7 +29,7 @@ $list = [
'SE', // Sweden
];
if(time() < strtotime('2019-03-19')) { // @see https://en.wikipedia.org/wiki/Brexit
if(time() < strtotime('2019-10-31')) { // @see https://en.wikipedia.org/wiki/Brexit
$list[] = 'GB'; // // United Kingdom
}