diff options
author | jesse <jesse@jesterpm.net> | 2011-05-26 14:38:46 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net ; true> | 2011-05-26 14:38:46 -0700 |
commit | e61cd160107544d2437827e7fda59450c4dca2c6 (patch) | |
tree | a389e105e6b233bfe0c5881204643241d2c25657 /htdocs/src/config.inc.php | |
parent | 7f4dfecdbf2505b3fa91fb00f07d345ae3b3b456 (diff) |
Added accept/reject emails. Still working on new post flow
Diffstat (limited to 'htdocs/src/config.inc.php')
-rw-r--r-- | htdocs/src/config.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/src/config.inc.php b/htdocs/src/config.inc.php index f1308b6..211a798 100644 --- a/htdocs/src/config.inc.php +++ b/htdocs/src/config.inc.php @@ -20,7 +20,7 @@ $CONFIG = array( 'email_from' => 'community@myfoursquarechurch.com', 'urlroot' => 'http://localhost/~jesse/p4s/community/htdocs', - 'root' => '/Users/jesse/Development/P4Square/community/htdocs', + 'root' => '/home/jesse/Development/p4square/community/htdocs', 'debug' => true, 'production' => false, |