remove deprecated notice

This commit is contained in:
ghost 2023-08-27 15:24:12 +03:00
parent 2c8adbc1e4
commit 6e3ba1a05a

View File

@ -64,7 +64,7 @@ define('WEBSITE_MAGNET_SHORT_META_DESCRIPTION_LENGTH', 480);
// Moderation // Moderation
define('MODERATOR_IP_LIST', (array) define('MODERATOR_IP_LIST', (array)
[ [
'127.0.0.1', // at least one IP/moderator required '127.0.0.1',
// ... // ...
] ]
); );