jhuesser / bzu-jodel-clone

This webapp is a clone of the famous studend app jodel (jodel.com). This is a project for school. Alpha state, not relased yet.
GNU General Public License v3.0
5 stars 3 forks source link

replace include with require where necessary #109

Closed jhuesser closed 7 years ago

jhuesser commented 7 years ago

If a file cannot be found, an error is thrown instead of a warning, but only where it's necessary (break the applications logic / flow).