adding first code

This commit is contained in:
Janis Steiner
2024-06-17 20:26:07 +01:00
parent fe23e852d0
commit 8de0f13305
2 changed files with 18 additions and 18 deletions

View File

@@ -3,10 +3,10 @@ define('DB_SERVER', 'localhost');
define('DB_USERNAME', 'root');
define('DB_PASSWORD', '1234');
define('DB_NAME', 'system0');
$api="bot6975511033:AAGGswiwKYwCVbehpGE3hz_tLc9xuSAoBVg"; //the telegram api key for jakach notification system
$SENDGRID_API_KEY="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"; //our new api key, for the new mail address
$sendgrid_email="print@ksw3d.ch"; //our new email
$chat_id="6587711215"; //chat id of the admin => janis steiner
$api=""; //the telegram api key for jakach notification system
$SENDGRID_API_KEY=""; //our new api key, for the new mail address
$sendgrid_email=""; //our new email
$chat_id=""; //chat id of the admin => janis steiner
/* Attempt to connect to MySQL database */
$link = mysqli_connect(DB_SERVER, DB_USERNAME, DB_PASSWORD, DB_NAME);