forked from leftypol/leftypol
lots of print statements
This commit is contained in:
parent
4b61aaabbf
commit
195a3914d1
5 changed files with 50 additions and 5 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue