Thomas Bruederli wrote:
These are just noticies so I think they are fine in there - notices should be disabled anyways - if you code around undefined index notices it will make your life much harder and your code even more unreadable.
I'll disable notices using ini_set()...
I would not recommend that - it's not your responsibility, it's the responsibility of the administrator / user to setup the php.ini. And if he enables to see notices that's fine too, maybe he wants to do so. If you enable notices all PHP apps will show a lot of info, that's what notices are made for.
I planned to check whether the installer folder exists when showing the login page and display a big fat warning. This should be enough motivation for the admin to remove the installer after use.
Perfect!
Best regards, Michael