forked from leftypol/leftypol
remove quick-reply-old. it probably doesn't work now, it certainly isn't
maintained. this is an old cruft and if needed, it needs rewriting.
This commit is contained in:
parent
d208789fa7
commit
b94e39148b
4 changed files with 0 additions and 58 deletions
3
post.php
3
post.php
|
@ -171,9 +171,6 @@ if (isset($_POST['delete'])) {
|
|||
if (isset($_POST['thread'])) {
|
||||
$post['op'] = false;
|
||||
$post['thread'] = round($_POST['thread']);
|
||||
} elseif ($config['quick_reply'] && isset($_POST['quick-reply'])) {
|
||||
$post['op'] = false;
|
||||
$post['thread'] = round($_POST['quick-reply']);
|
||||
} else
|
||||
$post['op'] = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue