Update sql information
All checks were successful
Deploy (stellaamor) / deploy (push) Successful in 2s

This commit is contained in:
edsea
2025-10-09 00:07:51 +02:00
parent 120c17aa38
commit e465408d92

View File

@@ -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);
}