Hi there everyone!
I am designing a system of modules and I'm dropping some config variables for each in a particular directory. Each module has a file that's getting dropped in there with a couple config variables that I need, like db prefix and filepath. So my membermap module has a file located in ./SS/config named membermap.php, my poi module has a file named poi.php in the same directory and my event module has one named event.php in the same directory. I need my admin script to include all files in that directory so it will know what's installed and be able to get to all the necessary data. Could someone help me figure out how to do this?
Thanks for your time!