Skip to content
Snippets Groups Projects
Commit 13480fb5 authored by deuce's avatar deuce
Browse files

Use \r\n, not \r\b :-)

parent f611276d
Branches
Tags
No related merge requests found
......@@ -427,7 +427,7 @@ write(format("Last login %s %s\r\nvia %s from %s [%s]\r\n"
var plan;
plan=format("%suser/%04d.plan",system.data_dir,u.number);
if(file_exists(plan)) {
write("Plan:\r\b");
write("Plan:\r\n");
send_file(plan);
}
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment