Skip to content

Commit

Permalink
fix config path
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasnteireho committed Sep 18, 2024
1 parent 1d8290a commit 5190b0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bad-answer-alert.php
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@
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 5190b0a

Please sign in to comment.