Added an API along with a an API key

This commit is contained in:
root
2019-05-29 14:14:43 -04:00
parent eddb065833
commit 7b2f608355
5 changed files with 76 additions and 3 deletions

View File

@@ -43,6 +43,8 @@
$config_mail_from_name = $row['config_mail_from_name'];
$config_account_balance_threshold = $row['config_account_balance_threshold'];
$config_api_key = $row['config_api_key'];
$_SESSION['alert_message'] = '';
$_SESSION['alert_type'] = "warning";