Subject: | Security problem: missing "start" mode dumps ENV to output page |
If I forgot assign runmode "start", it internally calls "dump_html" instead. It print $ENV into HTTP response.
In devel-environment it may be usefull, but in production mode it may be security-problem.
Better would be display some like "HTTP 500 Internal Server Error" about missing run-mode/start-mode instead of dump server $ENV to website users on production-env.