summaryrefslogtreecommitdiff
path: root/htdocs/src/config.inc.php
diff options
context:
space:
mode:
authorjesse <jesse@jesterpm.net>2011-05-26 14:38:46 -0700
committerJesse Morgan <jesse@jesterpm.net ; true>2011-05-26 14:38:46 -0700
commite61cd160107544d2437827e7fda59450c4dca2c6 (patch)
treea389e105e6b233bfe0c5881204643241d2c25657 /htdocs/src/config.inc.php
parent7f4dfecdbf2505b3fa91fb00f07d345ae3b3b456 (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.php2
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,