From f45200ee0136875419b1d27b7d146654b863e8a0 Mon Sep 17 00:00:00 2001 From: bruno Date: Fri, 2 Feb 2024 12:33:16 +0100 Subject: [PATCH] test --- lib/page.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/page.php b/lib/page.php index 9d5cbc8..614673a 100644 --- a/lib/page.php +++ b/lib/page.php @@ -152,6 +152,7 @@ function getPage($page_name = null): array|false|string $script_tag = $script_location; } else{ + echo $script_location; $script_tag = ""; }