diff options
Diffstat (limited to 'app.php')
| -rw-r--r-- | app.php | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,7 +1,6 @@ <?php require __DIR__ . '/vendor/autoload.php'; -require __DIR__ . '/functions.php'; $loader = new \Twig\Loader\FilesystemLoader(__DIR__ . '/views'); $twig = new \Twig\Environment($loader); # no cache |
