1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-23 23:20:57 +01:00

fixing and standardizing something i did at like 4am with tripcode disabling

This commit is contained in:
Lorenzo Yario 2024-07-04 11:29:18 -07:00 committed by GitHub
parent 1a780ce9cb
commit 89a31794d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -853,7 +853,7 @@ if (isset($_POST['delete'])) {
$trip = generate_tripcode($post['name']);
$post['name'] = $trip[0];
if ($config['disable_tripcodes'] = true && !$mod) {
if ($config['disable_tripcodes'] && !$mod) {
$post['trip'] = '';
}
else {