Files
RomhackPlaza/config/xenforo.php

19 lines
315 B
PHP
Raw Normal View History

2026-05-27 21:24:38 +02:00
<?php
return [
'bot_user_id' => 1,
'comments_node_id' => 4,
'comments_prefixes' => [
'translations' => 1,
'romhacks' => 2,
'homebrew' => 3,
'utilities' => 4,
'documents' => 5,
'lua-scripts' => 6,
'tutorials' => 7,
'news' => 8
],
];