upload
This commit is contained in:
commit
a54152fcc0
18 changed files with 658 additions and 0 deletions
30
config.php
Executable file
30
config.php
Executable file
|
|
@ -0,0 +1,30 @@
|
|||
<?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)"
|
||||
));
|
||||
|
||||
?>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue