mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-27 16:36:00 +00:00
8 lines
144 B
PHP
8 lines
144 B
PHP
|
<?php
|
||
|
|
||
|
use Symfony\Component\Dotenv\Dotenv;
|
||
|
|
||
|
require __DIR__ . '/../vendor/autoload.php';
|
||
|
|
||
|
(new Dotenv())->bootEnv(dirname(__DIR__) . '/.env');
|