Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sebiboga authored Jan 4, 2024
1 parent 9feb30b commit 95b1cf9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ROMANIA/ALBA/index.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<?php
header("Access-Control-Allow-Origin: *");

require_once "../functions.php";
require_once "alba.php";


echo json_encode($alba, JSON_PRETTY_PRINT);

?>
?>

0 comments on commit 95b1cf9

Please sign in to comment.