From 59c0f788d2f0a9f65236fab85a6659d4e7d60032 Mon Sep 17 00:00:00 2001 From: h00j Date: Fri, 12 Mar 2021 21:52:37 +0100 Subject: [PATCH] typo --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 25350fe7..401a01db 100644 --- a/inc/config.php +++ b/inc/config.php @@ -1558,7 +1558,7 @@ $config['mod']['view_telegrams'] = JANITOR; // Create telegrams $config['mod']['create_telegrams'] = $config['mod']['view_telegrams']; - // Remote telegrams + // Remove telegrams $config['mod']['remove_telegrams'] = ADMIN; // Create a new board $config['mod']['newboard'] = ADMIN;