From 7a0d5452b111a849bb4958b437d34d38901842d9 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 13 Oct 2025 17:57:39 -0400 Subject: [PATCH] remove copyleft from footer since license is gpl --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index 6c26ceb..b4bae05 100755 --- a/config.php +++ b/config.php @@ -7,7 +7,7 @@ define("static", "/static"); define("banner", "banner.jpg"); define("css", "main.css"); define("captchafont", "captchafont.ttf"); -define("footer", '- 🄯 eternalwinter -
Est. Oct 12, 2025
'); +define("footer", '- eternalwinter -
Est. Oct 12, 2025
'); define("categories", array( "blog" => "Blog", "forum" => "Forum",