From: Reini U. <ru...@x-...> - 2004-01-23 18:02:54
|
Hi (Joby) Why not storing the index.php configuration in the database, table config, editable only by the admin? This is much easier to install and maybe easier to maintain then the current file based solution. then we will be able to have a tiny index.php. lib/config.php will then load and verify the config settings, using config/* The only problem I see is that without working database connection one cannot edit the config... maybe use a single dba/gdbm/sqlite/flat-file file therefore. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |