fehlerbehebung
This commit is contained in:
parent
7ad112149a
commit
6caa6b15b5
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
$loader = new \Twig\Loader\FilesystemLoader('templates');
|
||||
$twig = new \Twig\Environment($loader, [
|
||||
'cache' => '/path/to/compilation_cache',
|
||||
'cache' => 'compilation_cache',
|
||||
]);
|
||||
|
||||
if (isset($_GET["page"]) && $_GET["page"] != "") {
|
||||
|
|
Loading…
Reference in a new issue