Fix to function calling
All checks were successful
Website Sync / website-sync (push) Successful in 6s
All checks were successful
Website Sync / website-sync (push) Successful in 6s
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
require_once "var_loading.inc.php";
|
||||
loadEnvironment(".env");
|
||||
|
||||
$host = $_ENV["DB_HOST"];
|
||||
$protocol = $_ENV["DB_PROTOCOL"];
|
||||
|
||||
Reference in New Issue
Block a user