Reduced database connections on startup
This commit is contained in:
@@ -14,7 +14,7 @@ class mfConfig {
|
||||
private $me;
|
||||
|
||||
public function __construct($name) {
|
||||
$this->db = new FronkDB();
|
||||
$this->db = FronkDB::singleton();
|
||||
|
||||
$name = $this->db->escape($name);
|
||||
$this->name = $name;
|
||||
|
||||
Reference in New Issue
Block a user