remove unneeded logger function
This commit is contained in:
parent
0a1697d13a
commit
4748b6c4c3
|
@ -2,10 +2,6 @@
|
|||
|
||||
require_once("boot.php");
|
||||
|
||||
function logger($txt, $lvl=""){
|
||||
echo $txt."\n";
|
||||
}
|
||||
|
||||
function RemoveReply($subject) {
|
||||
while (in_array(strtolower(substr($subject, 0, 3)), array("re:", "aw:")))
|
||||
$subject = trim(substr($subject, 4));
|
||||
|
|
Loading…
Reference in a new issue