mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-19 12:16:02 +01:00
fixing and standardizing something i did at like 4am with tripcode disabling
This commit is contained in:
parent
1a780ce9cb
commit
89a31794d9
2
post.php
2
post.php
@ -853,7 +853,7 @@ if (isset($_POST['delete'])) {
|
|||||||
|
|
||||||
$trip = generate_tripcode($post['name']);
|
$trip = generate_tripcode($post['name']);
|
||||||
$post['name'] = $trip[0];
|
$post['name'] = $trip[0];
|
||||||
if ($config['disable_tripcodes'] = true && !$mod) {
|
if ($config['disable_tripcodes'] && !$mod) {
|
||||||
$post['trip'] = '';
|
$post['trip'] = '';
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user