fixes for server environment.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
session_start();
|
||||
require_once 'vendor/autoload.php';
|
||||
require_once '../vendor/autoload.php';
|
||||
|
||||
$dotenv = Dotenv\Dotenv::createImmutable(__DIR__ . '/../');
|
||||
$dotenv = Dotenv\Dotenv::createImmutable(__DIR__ . '/../../');
|
||||
$dotenv->safeLoad();
|
||||
|
||||
require_once 'includes/functions.php';
|
||||
|
||||
Reference in New Issue
Block a user