2nd update

This commit is contained in:
“VeLiTi”
2025-05-26 15:07:22 +02:00
parent cd0e04981c
commit 580f835fff
46 changed files with 16006 additions and 952 deletions

View File

@@ -0,0 +1,13 @@
<?php
//COUNTRIES IN SCOPE
$countries_in_scope = array (
1 => 'Austria',
3 => 'Bulgaria',
4 => 'Cyprus',
21 => 'Netherlands',
25 => 'Sweden',
26 => 'Slovenia',
27 => 'Slovakia (Slovak Republic)',
);
?>