summaryrefslogtreecommitdiff
path: root/htdocs/src/config.inc.php
diff options
context:
space:
mode:
authorjesse <jesse@jesterpm.net>2011-05-27 11:57:02 -0700
committerJesse Morgan <jesse@jesterpm.net ; true>2011-05-27 11:57:02 -0700
commitb2a7cfb9b152dcad1333b92dde76af3a164af8f6 (patch)
tree9f3e8de88043fd3e4ed22c249abbf1372f66971b /htdocs/src/config.inc.php
parent7af236e2dea03ae3086f4d21e0ae1039c7ac3555 (diff)
Got image posting finished.
Diffstat (limited to 'htdocs/src/config.inc.php')
-rw-r--r--htdocs/src/config.inc.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/htdocs/src/config.inc.php b/htdocs/src/config.inc.php
index 211a798..829c632 100644
--- a/htdocs/src/config.inc.php
+++ b/htdocs/src/config.inc.php
@@ -19,11 +19,12 @@ $CONFIG = array(
'sitetitle' => 'Foursquare Community',
'email_from' => 'community@myfoursquarechurch.com',
- 'urlroot' => 'http://localhost/~jesse/p4s/community/htdocs',
+ 'urlroot' => '/~jesse/p4s/community/htdocs',
'root' => '/home/jesse/Development/p4square/community/htdocs',
+ 'uploads' => '/home/jesse/Development/p4square/community/uploads',
'debug' => true,
- 'production' => false,
+ 'production' => true,
);
set_include_path(get_include_path() . PATH_SEPARATOR . $CONFIG['root'].'/src');