changed IPs for database
This commit is contained in:
@@ -50,7 +50,7 @@ class furatalogLib {
|
|||||||
die();
|
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";
|
$_GET["moin"] = "hi";
|
||||||
$this->secureGET = $_GET;
|
$this->secureGET = $_GET;
|
||||||
|
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ class furatalogSessions {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private function connectDb() {
|
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() {
|
private function getCookieKey() {
|
||||||
|
|||||||
Reference in New Issue
Block a user