changed IPs for database
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user