EOL removed

This commit is contained in:
Michael 2020-07-23 06:25:01 +00:00
commit 0007da8630
39 changed files with 146 additions and 146 deletions

View file

@ -106,7 +106,7 @@ function wall_attach_post(App $a) {
if ($r_json) {
echo json_encode(['error' => $msg]);
} else {
notice($msg . EOL);
notice($msg);
}
@unlink($src);
exit();