upd
continuous-integration/drone/push Build is passing Details

pull/3/head
remrem 1 year ago
parent 6b3109c5d3
commit 4923d205d1

@ -8,7 +8,7 @@ class DatabaseInit {
private Connection $con; private Connection $con;
public function __construct() { public function __construct() {
if(getenv("IS_DB_INIT") != true) {} if(getenv("IS_DB_INIT") != true) {
#try { #try {
$this->con = (new DatabaseCon)->connect(); $this->con = (new DatabaseCon)->connect();
#} catch(PDOException $e) { #} catch(PDOException $e) {

Loading…
Cancel
Save