fehlerbehebung

This commit is contained in:
xoy 2023-02-27 08:46:46 +01:00
parent 7ad112149a
commit 6caa6b15b5
1 changed files with 1 additions and 1 deletions

View File

@ -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"] != "") {