disable debug

This commit is contained in:
towards-a-new-leftypol 2023-09-24 21:17:27 -04:00
parent f370b45c70
commit 1709e6e8e2
1 changed files with 1 additions and 1 deletions

View File

@ -532,4 +532,4 @@ $config['filters'][] = array(
);
$config['global_message'] = '<p><a href="https://talk.leftychan.net/#/room/#welcome:matrix.leftychan.net" class="redtext"><span class="heading">Matrix</span></a></p><p><a href="ircs://irc.leftychan.net:6697/#leftychan" class="redtext"><span class="heading">IRC Chat</span></a></p><p><a href="mumble://leftychan.net" class="redtext"><span class="heading">Mumble</span></a></p><p><a href="https://t.me/+RegtyzzrE0M1NDMx" class="red text"><span class="heading">Telegram</a></span></p><p><a href="https://discord.gg/AcZeFKXPmZ" class="redtext"><span class="heading">Discord</a></span></p>';
$config['debug'] = true;
$config['debug'] = false;