EternalWinter/config.php
2025-10-13 13:49:07 -04:00

30 lines
922 B
PHP
Executable file

<?php
error_reporting(E_ERROR | E_PARSE);
define("bannedhosts", array("google.com"));
define("sitename", "Eternal Winter");
define("dbfile", "secrets/eternalwinter.db");
define("footer", '<small>- 🄯 <a href="https://www.xmpub.org">xmpub</a> -<br>Est. Oct 12, 2025</small>');
define("categories", array(
"blog" => "Blog",
"forum" => "Forum",
"forum-gaming" => "Forum/Gaming",
"forum-hobby" => "Forum/Hobby",
"forum-int" => "Forum/International",
"forum-anonymous" => "Forum/Anonymous",
"search" => "Search engine",
"chat" => "Chat",
"wiki" => "Wiki",
"wiki-personal" => "Wiki/Personal",
"music" => "Music",
"anime" => "Anime",
"publicserver" => "Public server",
"Other" => "Other",
"xmpp-server" => "XMPP server",
"xmpp-muc" => "XMPP room",
"irc" => "IRC",
"matrix-room" => "Matrix room",
"other-nothttp" => "Other (nonhttp)"
));
?>