1
0
Fork 0
mirror of synced 2025-04-20 01:21:01 +00:00
This commit is contained in:
Akolzin Dmitry 2020-03-17 11:12:56 +03:00
parent 9e62fabf97
commit 593c27ae9e

View file

@ -9,7 +9,9 @@
* @see http://help.retailcrm.ru
*/
require_once __DIR__ . '/../vendor/autoload.php';
if (file_exists(__DIR__ . '/../vendor/autoload.php')) {
require_once __DIR__ . '/../vendor/autoload.php';
}
if (file_exists(__DIR__ . '/../.env')) {
$dotenv = Dotenv\Dotenv::create(__DIR__ . '/../');