Skip to content

Commit

Permalink
Merge branch '406-bad-answer-alert' into 397-lhi-contract
Browse files Browse the repository at this point in the history
tobiasnteireho committed Sep 18, 2024
2 parents 2cf96ba + 5190b0a commit 2c808d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bad-answer-alert.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?php
header('Access-Control-Allow-Origin: *');
header('Access-Control-Allow-Methods: GET, POST');
header("Access-Control-Allow-Headers: X-Requested-With");

$path = dirname(__FILE__, 2);
$config = parse_ini_file($path . '/config_env.ini');
$service_email = $config['SERVICE_EMAIL'];

0 comments on commit 2c808d0

Please sign in to comment.