barreljan / netlog

A Syslog-NG to MySQL parser with no-nonsense GUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Settings page submit forms to separate files

barreljan opened this issue · comments

The settings page is getting out of hand. The $_POST handling of all submit forms is getting complex and difficult to maintain. A form post to a separate file (e.g. frm_names.php or frm_scavenger.php) should get thing worked out better. The only $_POST part that should be still there is the view switching.

For now it works after some heavy modification in merge #32 . It has some structure now per item, so manageable.