mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-21 04:59:49 +01:00
Disable this for now.
This commit is contained in:
parent
15f2545418
commit
2338f461a9
2
post.php
2
post.php
@ -194,7 +194,7 @@ if (isset($_POST['delete'])) {
|
||||
|
||||
if (!(($post['op'] && $_POST['post'] == $config['button_newtopic']) ||
|
||||
(!$post['op'] && $_POST['post'] == $config['button_reply'])))
|
||||
error($config['error']['bot']);
|
||||
//error($config['error']['bot']);
|
||||
|
||||
// Check the referrer
|
||||
if ($config['referer_match'] !== false &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user