Fibinger Ádám
2019-10-17 3305a7d3f084065190f72c0335e84d959d45322d
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
3305a7 14 $twig = \EOG\Utils\TwigFactory::getEnvironment(SITE_ROOT.'/templates/');