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);
|
$db_con = new pdo("mysql:host=$server;dbname=$db;charset=utf8mb4", $username);
|
||||||
}else{
|
}else{
|
||||||
$server = 'localhost';
|
$server = 'localhost';
|
||||||
$username = 'mysinfu1_stella';
|
$username = 'stellaamor';
|
||||||
$db_pass = 'E1#j#W4Y4UcV';
|
$db_pass = 'Googlestop98!';
|
||||||
$db = 'mysinfu1_stella';
|
$db = 'stellaamor';
|
||||||
|
|
||||||
$db_con = new pdo("mysql:host=$server;dbname=$db;charset=utf8mb4", $username, $db_pass);
|
$db_con = new pdo("mysql:host=$server;dbname=$db;charset=utf8mb4", $username, $db_pass);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user