test branch

This commit is contained in:
“VeLiTi”
2025-05-26 11:51:25 +02:00
parent cd0e04981c
commit b9193fc3dc
36 changed files with 4998 additions and 917 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)',
);
?>