From d69c19b7a138659962d3c20c2487f4f13da997c5 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Tue, 24 May 2011 15:01:09 -0700 Subject: Working on email validation --- htdocs/src/config.inc.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'htdocs/src/config.inc.php') diff --git a/htdocs/src/config.inc.php b/htdocs/src/config.inc.php index 1ca6808..f1308b6 100644 --- a/htdocs/src/config.inc.php +++ b/htdocs/src/config.inc.php @@ -16,12 +16,14 @@ $CONFIG = array( 'dbname' => 'p4scommunity', // Site Information - 'sitetitle' => 'Foursquare Community', + 'sitetitle' => 'Foursquare Community', + 'email_from' => 'community@myfoursquarechurch.com', + 'urlroot' => 'http://localhost/~jesse/p4s/community/htdocs', - 'root' => '/Users/jesse/Development/P4Square/community/htdocs', - 'debug' => true, + 'debug' => true, + 'production' => false, ); set_include_path(get_include_path() . PATH_SEPARATOR . $CONFIG['root'].'/src'); -- cgit v1.2.3