Remove useless debug messages

lainchan was a mistake
This commit is contained in:
discomrade 2022-01-17 13:08:57 -01:00
parent c388081617
commit 2f64d7edff
5 changed files with 0 additions and 40 deletions

View file

@ -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;