Update IPs
This commit is contained in:
@@ -51,7 +51,7 @@ class furatalogLib {
|
||||
die();
|
||||
}
|
||||
|
||||
$this->databaseConnection = new mysqli("10.0.0.100", "furatalog_usr", "1yRNpaUtXu[cw@-m", "furatalog");
|
||||
$this->databaseConnection = new mysqli("10.0.0.200", "furatalog_usr", "1yRNpaUtXu[cw@-m", "furatalog");
|
||||
$_GET["moin"] = "hi";
|
||||
$this->secureGET = $_GET;
|
||||
|
||||
|
||||
@@ -69,7 +69,7 @@ class furatalogSessions {
|
||||
}
|
||||
|
||||
private function connectDb() {
|
||||
$this->db = new mysqli("10.0.0.100", "furatalog_admin_usr", "NR6tLk7c56bPT5[]", "furatalog");
|
||||
$this->db = new mysqli("10.0.0.200", "furatalog_admin_usr", "NR6tLk7c56bPT5[]", "furatalog");
|
||||
}
|
||||
|
||||
private function getCookieKey() {
|
||||
|
||||
Reference in New Issue
Block a user