Skip to content
Snippets Groups Projects
Commit bc1ae9b0 authored by rswindell's avatar rswindell
Browse files

Fixed hard-coded "feedback" module (optional) for Unix and JS compatibility.

parent ee67f79d
No related branches found
No related tags found
No related merge requests found
......@@ -87,9 +87,9 @@ bool sbbs_t::email(int usernumber, char *top, char *subj, long mode)
action=NODE_SMAL;
nodesync();
sprintf(str,"%sFEEDBACK.BIN", cfg.exec_dir);
sprintf(str,"%sfeedback.*", cfg.exec_dir);
if(usernumber==1 && useron.fbacks && fexist(str)) {
exec_bin("FEEDBACK",&main_csi);
exec_bin("feedback",&main_csi);
if(main_csi.logic!=LOGIC_TRUE)
return(false); }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment