fixed again db functions
This commit is contained in:
@@ -10,7 +10,7 @@ class DBHandlerSelect
|
||||
|
||||
private function __construct()
|
||||
{
|
||||
$dotenv = Dotenv::createImmutable(dirname(__DIR__, 3));
|
||||
$dotenv = Dotenv::createImmutable(dirname(__DIR__, 2));
|
||||
$dotenv->load();
|
||||
|
||||
$host = $_ENV['DB_HOST'];
|
||||
|
||||
Reference in New Issue
Block a user