fixing some bugs
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
define('DB_SERVER', '');
|
||||
define('DB_USERNAME', '');
|
||||
define('DB_PASSWORD', '');
|
||||
define('DB_NAME', '');
|
||||
define('DB_SERVER', 'sys0-db');
|
||||
define('DB_USERNAME', 'root');
|
||||
define('DB_PASSWORD', '1234');
|
||||
define('DB_NAME', 'sys0_db');
|
||||
$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
|
||||
|
||||
Reference in New Issue
Block a user