From 2397cdf8fa0441f0069c330851148c7503f0af51 Mon Sep 17 00:00:00 2001 From: URLS Framework <86389145+urls-framework@users.noreply.github.com> Date: Tue, 25 Jan 2022 13:10:40 -0800 Subject: [PATCH] Update urls.php --- src/urls.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/urls.php b/src/urls.php index ba612bc..669acb9 100644 --- a/src/urls.php +++ b/src/urls.php @@ -34,6 +34,8 @@ ); +header('X-Powered-By: URLS Framework v'.$URLS_VERSION); + // Update include 'update.php';