forked from leftypol/leftypol
Remove useless debug messages
lainchan was a mistake
This commit is contained in:
parent
c388081617
commit
2f64d7edff
5 changed files with 0 additions and 40 deletions
|
@ -8,19 +8,6 @@ defined('TINYBOARD') or exit;
|
|||
|
||||
$hidden_inputs_twig = array();
|
||||
|
||||
$logfile = "/tmp/lainchan_err.out";
|
||||
|
||||
function print_err($s) {
|
||||
// global $logfile;
|
||||
// file_put_contents($logfile, $s . "\n", FILE_APPEND);
|
||||
}
|
||||
|
||||
function print_err2($s) {
|
||||
print_err($s);
|
||||
}
|
||||
|
||||
print_err("\n\nSTART\n\n");
|
||||
|
||||
class AntiBot {
|
||||
public $salt, $inputs = array(), $index = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue