fehlerbehebung
This commit is contained in:
parent
7861a74ef5
commit
44c89b61cd
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
$loader = new \Twig\Loader\FilesystemLoader('templates');
|
$loader = new \Twig\Loader\FilesystemLoader('templates');
|
||||||
$twig = new \Twig\Environment($loader, [
|
$twig = new \Twig\Environment($loader, [
|
||||||
'cache' => '/path/to/compilation_cache',
|
'cache' => 'compilation_cache',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
if (isset($_GET["page"]) && $_GET["page"] != "") {
|
if (isset($_GET["page"]) && $_GET["page"] != "") {
|
||||||
|
|
Loading…
Reference in New Issue