1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-26 00:10:55 +01:00

spoilerimage config variable: this got fixed doubly, once wrong, merge both fixes

Conflicts:
	inc/config.php
This commit is contained in:
czaks 2013-08-11 17:34:43 -04:00 committed by Michael Foster
parent 80264cdb77
commit f8d1427362

View File

@ -1093,10 +1093,10 @@
$config['mod']['bandelete'] = MOD;
// Remove bans
$config['mod']['unban'] = MOD;
// Spoiler file (and keep post)
$config['mod']['spoilerimage'] = JANITOR;
// Delete file (and keep post)
$config['mod']['deletefile'] = JANITOR;
// Spoiler image
$config['mod']['spoilerimage'] = JANITOR;
// Delete all posts by IP
$config['mod']['deletebyip'] = MOD;
// Delete all posts by IP across all boards