remove copyleft from footer since license is gpl

This commit is contained in:
Your Name 2025-10-13 17:57:39 -04:00
parent d61ebb2bf1
commit 7a0d5452b1

View file

@ -7,7 +7,7 @@ define("static", "/static");
define("banner", "banner.jpg");
define("css", "main.css");
define("captchafont", "captchafont.ttf");
define("footer", '<small>- 🄯 <a href="https://git.xmpub.org/xmpub/EternalWinter">eternalwinter</a> -<br>Est. Oct 12, 2025</small>');
define("footer", '<small>- <a href="https://git.xmpub.org/xmpub/EternalWinter">eternalwinter</a> -<br>Est. Oct 12, 2025</small>');
define("categories", array(
"blog" => "Blog",
"forum" => "Forum",