[gbd-dev] globalsettings and usersettings
Status: Beta
Brought to you by:
mccabe
From: Aaron M. <wmc...@ho...> - 2005-07-09 12:53:21
|
Here is an initial draft of the globalsettings.php and usersettings.ini files. You'll notice that I'm recommending that the default debugServer be changed back to localhost as I feel that a user should have to set the value to $_SERVER['REMOTE_ADDR'] and understand the consequences of using this value. Also, I didn't include an "AllowDebugServer" option because if you want to allow a user to debug from any address, you might as well just set the debugServer in globalsettings.php to $_SERVER['REMOTE_ADDR'] as it will have the same effect. Let me know if you have any comments. Thanks, Aaron |