Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebiboga authored Jan 4, 2024
2 parents 1a11373 + 1ded43e commit 6fd09cf
Show file tree
Hide file tree
Showing 40 changed files with 39 additions and 1 deletion.
1 change: 0 additions & 1 deletion ROMANIA/ARGES/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
header("Access-Control-Allow-Origin: *");

require_once "../functions.php";
require_once "arges.php";

Expand Down
1 change: 1 addition & 0 deletions ROMANIA/BACAU/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
header("Access-Control-Allow-Origin: *");
require_once "../functions.php";
require_once "bacau.php";

Expand Down
1 change: 1 addition & 0 deletions ROMANIA/BIHOR/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
header("Access-Control-Allow-Origin: *");
require_once "../functions.php";
require_once "bihor.php";

Expand Down
1 change: 1 addition & 0 deletions ROMANIA/BISTRITA-NASAUD/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
header("Access-Control-Allow-Origin: *");
require_once "../functions.php";
require_once "bistritanasaud.php";

Expand Down
1 change: 1 addition & 0 deletions ROMANIA/BOTOSANI/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
header("Access-Control-Allow-Origin: *");
require_once "../functions.php";
require_once "botosani.php";

Expand Down
1 change: 1 addition & 0 deletions ROMANIA/BRAILA/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
header("Access-Control-Allow-Origin: *");
require_once "../functions.php";
require_once "braila.php";

Expand Down
1 change: 1 addition & 0 deletions ROMANIA/BRASOV/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
header("Access-Control-Allow-Origin: *");
require_once "../functions.php";
require_once "brasov.php";

Expand Down
1 change: 1 addition & 0 deletions ROMANIA/BUCURESTI/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
header("Access-Control-Allow-Origin: *");
require_once "../functions.php";
require_once "bucuresti.php";

Expand Down
1 change: 1 addition & 0 deletions ROMANIA/BUZAU/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
header("Access-Control-Allow-Origin: *");
require_once "../functions.php";
require_once "buzau.php";

Expand Down
1 change: 1 addition & 0 deletions ROMANIA/CALARASI/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
header("Access-Control-Allow-Origin: *");
require_once "../functions.php";
require_once "calarasi.php";

Expand Down
1 change: 1 addition & 0 deletions ROMANIA/CARAS-SEVERIN/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
header("Access-Control-Allow-Origin: *");
require_once "../functions.php";
require_once "carasseverin.php";

Expand Down
1 change: 1 addition & 0 deletions ROMANIA/CLUJ/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
header("Access-Control-Allow-Origin: *");
require_once "../functions.php";
require_once "cluj.php";

Expand Down
1 change: 1 addition & 0 deletions ROMANIA/CONSTANTA/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
header("Access-Control-Allow-Origin: *");
require_once "../functions.php";
require_once "constanta.php";

Expand Down
1 change: 1 addition & 0 deletions ROMANIA/COVASNA/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
header("Access-Control-Allow-Origin: *");
require_once "../functions.php";
require_once "covasna.php";

Expand Down
1 change: 1 addition & 0 deletions ROMANIA/DAMBOVITA/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
header("Access-Control-Allow-Origin: *");
require_once "../functions.php";
require_once "dambovita.php";

Expand Down
1 change: 1 addition & 0 deletions ROMANIA/DOLJ/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
header("Access-Control-Allow-Origin: *");
require_once "../functions.php";
require_once "dolj.php";

Expand Down
1 change: 1 addition & 0 deletions ROMANIA/GALATI/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
header("Access-Control-Allow-Origin: *");
require_once "../functions.php";
require_once "galati.php";

Expand Down
1 change: 1 addition & 0 deletions ROMANIA/GIURGIU/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
header("Access-Control-Allow-Origin: *");
require_once "../functions.php";
require_once "giurgiu.php";

Expand Down
1 change: 1 addition & 0 deletions ROMANIA/GORJ/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
header("Access-Control-Allow-Origin: *");
require_once "../functions.php";
require_once "gorj.php";

Expand Down
1 change: 1 addition & 0 deletions ROMANIA/HARGHITA/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
header("Access-Control-Allow-Origin: *");
require_once "../functions.php";
require_once "harghita.php";

Expand Down
1 change: 1 addition & 0 deletions ROMANIA/HUNEDOARA/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
header("Access-Control-Allow-Origin: *");
require_once "../functions.php";
require_once "hunedoara.php";

Expand Down
1 change: 1 addition & 0 deletions ROMANIA/IALOMITA/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
header("Access-Control-Allow-Origin: *");
require_once "../functions.php";
require_once "ialomita.php";

Expand Down
1 change: 1 addition & 0 deletions ROMANIA/IASI/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
header("Access-Control-Allow-Origin: *");
require_once "../functions.php";
require_once "iasi.php";

Expand Down
1 change: 1 addition & 0 deletions ROMANIA/ILFOV/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
header("Access-Control-Allow-Origin: *");
require_once "../functions.php";
require_once "ilfov.php";

Expand Down
1 change: 1 addition & 0 deletions ROMANIA/MARAMURES/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
header("Access-Control-Allow-Origin: *");
require_once "../functions.php";
require_once "maramures.php";

Expand Down
1 change: 1 addition & 0 deletions ROMANIA/MEHEDINTI/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
header("Access-Control-Allow-Origin: *");
require_once "../functions.php";
require_once "mehedinti.php";

Expand Down
1 change: 1 addition & 0 deletions ROMANIA/MURES/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
header("Access-Control-Allow-Origin: *");
require_once "../functions.php";
require_once "mures.php";

Expand Down
1 change: 1 addition & 0 deletions ROMANIA/NEAMT/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
header("Access-Control-Allow-Origin: *");
require_once "../functions.php";
require_once "neamt.php";

Expand Down
1 change: 1 addition & 0 deletions ROMANIA/OLT/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
header("Access-Control-Allow-Origin: *");
require_once "../functions.php";
require_once "olt.php";

Expand Down
1 change: 1 addition & 0 deletions ROMANIA/PRAHOVA/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
header("Access-Control-Allow-Origin: *");
require_once "../functions.php";
require_once "prahova.php";

Expand Down
1 change: 1 addition & 0 deletions ROMANIA/SALAJ/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
header("Access-Control-Allow-Origin: *");
require_once "../functions.php";
require_once "salaj.php";

Expand Down
1 change: 1 addition & 0 deletions ROMANIA/SATUMARE/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
header("Access-Control-Allow-Origin: *");
require_once "../functions.php";
require_once "satumare.php";

Expand Down
1 change: 1 addition & 0 deletions ROMANIA/SIBIU/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
header("Access-Control-Allow-Origin: *");
require_once "../functions.php";
require_once "sibiu.php";

Expand Down
1 change: 1 addition & 0 deletions ROMANIA/SUCEAVA/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
header("Access-Control-Allow-Origin: *");
require_once "../functions.php";
require_once "suceava.php";

Expand Down
1 change: 1 addition & 0 deletions ROMANIA/TELEORMAN/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
header("Access-Control-Allow-Origin: *");
require_once "../functions.php";
require_once "teleorman.php";

Expand Down
1 change: 1 addition & 0 deletions ROMANIA/TIMIS/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
header("Access-Control-Allow-Origin: *");
require_once "../functions.php";
require_once "timis.php";

Expand Down
1 change: 1 addition & 0 deletions ROMANIA/TULCEA/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
header("Access-Control-Allow-Origin: *");
require_once "../functions.php";
require_once "tulcea.php";

Expand Down
1 change: 1 addition & 0 deletions ROMANIA/VALCEA/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
header("Access-Control-Allow-Origin: *");
require_once "../functions.php";
require_once "valcea.php";

Expand Down
1 change: 1 addition & 0 deletions ROMANIA/VASLUI/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
header("Access-Control-Allow-Origin: *");
require_once "../functions.php";
require_once "vaslui.php";

Expand Down
1 change: 1 addition & 0 deletions ROMANIA/VRANCEA/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
header("Access-Control-Allow-Origin: *");
require_once "../functions.php";
require_once "vrancea.php";

Expand Down

0 comments on commit 6fd09cf

Please sign in to comment.