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

Web server auto start defaults to OFF (for now).

parent 41d931a4
No related branches found
No related tags found
No related merge requests found
......@@ -302,7 +302,7 @@ void sbbs_read_ini(
section = "Web";
*run_web
=iniReadBool(fp,section,"AutoStart",TRUE);
=iniReadBool(fp,section,"AutoStart",FALSE);
web->interface_addr
=iniReadIpAddress(fp,section,"Interface",INADDR_ANY);
......
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