Fibinger Ádám
2019-10-17 b40e9386fb4253a5866b8e4cdcda0c2023783856
commit | author | age
b40e93 1 <?php
2
3 ini_set('display_errors', E_ALL);
4
5 include "vendor/autoload.php";
6
7 define('IS_DEV', true);
8
9 define('SITE_ROOT', dirname(__DIR__));
10 define('OVERLAY_DIR', dirname(SITE_ROOT) . '/overlays/');
11
12 $last_json = OVERLAY_DIR . 'last.json';
13
14 $twig = \EOG\Utils\TwigFactory::getEnvironment(SITE_ROOT);