mirror of
https://gitlab.com/CodeSolutionsProject/CodeShare.git
synced 2026-02-25 22:33:49 +01:00
Composer updated and 503 error added
This commit is contained in:
@@ -84,7 +84,7 @@ class Config
|
||||
if(!Config::initialized())
|
||||
Config::init();
|
||||
$DB = Config::$config["database"];
|
||||
return dbw_connect($DB["SGBD"],$DB["path"],$DB["db"],$DB["user"],$DB["password"]);
|
||||
return dbw_connect($DB["SGBD"], $DB["path"], $DB["db"], $DB["user"], $DB["password"]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user