changed IPs for database

This commit is contained in:
2025-08-17 01:22:24 +02:00
parent 5047ed3009
commit 2f1c1f996d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ class furatalogLib {
die();
}
$this->databaseConnection = new mysqli("localhost", "furatalog_usr", "1yRNpaUtXu[cw@-m", "furatalog");
$this->databaseConnection = new mysqli("10.0.0.100", "furatalog_usr", "1yRNpaUtXu[cw@-m", "furatalog");
$_GET["moin"] = "hi";
$this->secureGET = $_GET;
+1 -1
View File
@@ -69,7 +69,7 @@ class furatalogSessions {
}
private function connectDb() {
$this->db = new mysqli("localhost", "furatalog_admin_usr", "NR6tLk7c56bPT5[]", "furatalog");
$this->db = new mysqli("10.0.0.100", "furatalog_admin_usr", "NR6tLk7c56bPT5[]", "furatalog");
}
private function getCookieKey() {