This commit is contained in:
2024-02-04 09:01:28 +01:00
parent c2cb5d4473
commit 6b08e4e8ad
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<?php
function renderDynamicPage($page_file): array
{
return require_once $page_file;
return require $page_file;
}
function parsePageTag($input): array