Skip to content
Snippets Groups Projects
Commit 1d44b2b0 authored by deuce's avatar deuce
Browse files

Add "Plan:" line before the .plan file.

parent 4032d091
No related branches found
No related tags found
No related merge requests found
......@@ -419,6 +419,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");
send_file(plan)
else
write("No plan.\r\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment