1 parent f1ccded commit f51444fCopy full SHA for f51444f
1 file changed
petitnote/clap.inc.php
@@ -97,7 +97,7 @@ public static function addclap(): void
97
98
[$alreadyClapped, $newBits] = self::checkAndSetChecksum($bits, $userip);
99
100
- if ($alreadyClapped && $_clap > 1000) {
+ if ($alreadyClapped || $_clap > 1000) {
101
closeFile($cp);
102
header('Content-type: text/plain');
103
echo "";
0 commit comments