Setup script and config file support
Brought to you by:
macexperts,
nanoflux
Adds a config file(config.php) where all user
modifiable settings are kept.
Adds a setup script(config.php) which when run after
the config file is filled out will setup the tables.
Database and user must already exist.
Also added a schema file that works for me.(same
definitions as used in setup script)
To patch:
1. Make sure you are in the fcof directory.
2. Execute: patch -p1 < path/to/fcof.diff
Adds setup script and config file support