Feature #27
move first login code from "mod"-module to seperate module i.e. welcome-page
Beginn:
21.07.2015
Abgabedatum:
% erledigt:
0%
Beschreibung
Curently, the code responsible for the handling of the first user request resides in the mod-modules index-action, this should be moved to a simple module by itself.
(simple symfony1 module, without CRUD-functionality, just basic welcome page)
Accordingly, the routes for / and @loc_home must be changed, thus separating and clarifying the focus of the mod-module.