From d064f7a60951c0278b41541953556d835a849b24 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Tue, 10 May 2011 16:45:10 -0700 Subject: Initial template rolling --- htdocs/src/config.inc.php | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'htdocs/src/config.inc.php') diff --git a/htdocs/src/config.inc.php b/htdocs/src/config.inc.php index e69de29..e93eb43 100644 --- a/htdocs/src/config.inc.php +++ b/htdocs/src/config.inc.php @@ -0,0 +1,25 @@ + + * + */ + +$CONFIG = array( + // Database Information + 'dbhost' => '127.0.0.1', + 'dbuser' => 'p4scommunity', + 'dbpass' => '', + 'dbname' => 'p4scommunity', + + // Site Information + 'sitetitle' => 'Foursquare Community', + 'urlroot' => 'http://localhost/~jesse/p4s/community/htdocs', + + +); + +?> -- cgit v1.2.3