From: Sergio A. K. <ser...@ho...> - 2001-06-08 16:39:33
|
----- Original Message ----- From: "Jeff Dairiki" <da...@da...> > >putting the code where my mouth is, this patch create > >a etc/* directory to put cfg there, so cleaning up index.php > > > >comments ? > > All you've done is split index.php into four separate files. > What does this buy you? some cleanup, IMO having the cfg in index.php, and even worse when you put all cfg in there, all togheter... well, maybe is my coding style, I prefer to have ten files which do ten differents things, and not one file that does ten differents things... /sergio |