email templates fixed

This commit is contained in:
mcguirepr89
2022-04-11 20:12:22 -04:00
parent f69f04d19d
commit ebe5fae82b
3 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ if (file_exists('thisrun.txt')) {
} elseif (file_exists('firstrun.ini')) {
$config = parse_ini_file('firstrun.ini');
}
$template = file_get_contents("email_template");
$template = file_get_contents("./scripts/email_template");
foreach($config as $key => $value)
{