Modified:
trunk/htdocs/core/Settings.example.php
Log:
Several more actions to take.
Modified: trunk/htdocs/core/Settings.example.php
==============================================================================
--- trunk/htdocs/core/Settings.example.php (original)
+++ trunk/htdocs/core/Settings.example.php Sat Oct 6 13:25:24 2007
@@ -49,11 +49,7 @@
*/
define('BABEL_LANG_DEFAULT', 'en_us');
-if (($_SERVER['SERVER_ADDR'] == '::1') | ($_SERVER['SERVER_ADDR']
== '127.0.0.1') | ($_SERVER['SERVER_ADDR'] == '192.168.31.150')) {
- define('BABEL_DEBUG', true);
-} else {
- define('BABEL_DEBUG', false);
-}
+define('BABEL_DEBUG', true);
define('BABEL_AM_FROM', '"Project Babel" <nor...@yourdomain.tld>');
define('BABEL_AM_SUPPORT', 'sup...@yourdomain.tld');