lots of print statements

This commit is contained in:
towards_a_new_leftypol 2020-10-19 23:01:15 -04:00 committed by towards-a-new-leftypol
parent 4b61aaabbf
commit 195a3914d1
5 changed files with 50 additions and 5 deletions

View file

@ -17,6 +17,10 @@ function print_err($s) {
file_put_contents($logfile, $s . "\n", FILE_APPEND);
}
function print_err2($s) {
print_err($s);
}
class AntiBot {
public $salt, $inputs = array(), $index = 0;