Update sql information
All checks were successful
Deploy (stellaamor) / deploy (push) Successful in 2s
All checks were successful
Deploy (stellaamor) / deploy (push) Successful in 2s
This commit is contained in:
@@ -9,9 +9,9 @@ if($hostname == 'api.stellaamor.com.local'){
|
||||
$db_con = new pdo("mysql:host=$server;dbname=$db;charset=utf8mb4", $username);
|
||||
}else{
|
||||
$server = 'localhost';
|
||||
$username = 'mysinfu1_stella';
|
||||
$db_pass = 'E1#j#W4Y4UcV';
|
||||
$db = 'mysinfu1_stella';
|
||||
$username = 'stellaamor';
|
||||
$db_pass = 'Googlestop98!';
|
||||
$db = 'stellaamor';
|
||||
|
||||
$db_con = new pdo("mysql:host=$server;dbname=$db;charset=utf8mb4", $username, $db_pass);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user