[Astrospaces-commits] SF.net SVN: astrospaces: [78] trunk/config.php
Brought to you by:
p3net
From: <p3...@us...> - 2007-07-31 04:22:57
|
Revision: 78 http://astrospaces.svn.sourceforge.net/astrospaces/?rev=78&view=rev Author: p3net Date: 2007-07-30 21:22:59 -0700 (Mon, 30 Jul 2007) Log Message: ----------- Damn it Modified Paths: -------------- trunk/config.php Modified: trunk/config.php =================================================================== --- trunk/config.php 2007-07-31 04:09:10 UTC (rev 77) +++ trunk/config.php 2007-07-31 04:22:59 UTC (rev 78) @@ -34,43 +34,4 @@ define('AS_DIR_TPL', 'template/'); define('AS_TPL', AS_LOC_URL.AS_DIR_TPL.'default/'); - - -======= -<?php -/* These settings are autogenerated by AstroSPACES - do not change them unless if you have instructions - stating that these values should be changed. -*/ -define('AS_DB_TYPE', 'mysql'); -define('AS_DB_PREFIX', 'as_'); -define('AS_DB_HOST', 'localhost'); -define('AS_DB_SCHEMA', 'schema'); -define('AS_DB_USER', 'user'); -define('AS_DB_PASS', 'pass'); - -define('AS_EXT', '.php'); -define('AS_LANG', 'en-us'); - -define('AS_LOC_URL', 'http://localhost/'); -define('AS_LOC_DIRECT', 'C:/path/to/astrospaces/'); - -/* These settings are constants and must NOT - be altered unless if you understand what you are doing. -*/ -define('AS_TBL_USER', AS_DB_PREFIX.'user'); -define('AS_TBL_BLOG', AS_DB_PREFIX.'blog'); -define('AS_TBL_BLOG_CMT', AS_DB_PREFIX.'blog_comments'); -define('AS_TBL_FRIEND', AS_DB_PREFIX.'friends'); -define('AS_TBL_IMG', AS_DB_PREFIX.'images'); -define('AS_TBL_IMG_CMT', AS_DB_PREFIX.'image_comments'); -define('AS_TBL_ACTION', AS_DB_PREFIX.'actions'); -define('AS_TBL_CMT', AS_DB_PREFIX.'comments'); -define('AS_TBL_SESSION', AS_DB_PREFIX.'sessions'); -define('AS_TBL_PM', AS_DB_PREFIX.'private_messages'); -define('AS_TBL_GRP', AS_DB_PREFIX.'groups'); -define('AS_TBL_GRP_RES', AS_DB_PREFIX.'group_resolver'); - -define('AS_DIR_TPL', 'template/'); -define('AS_TPL', AS_LOC_URL.AS_DIR_TPL.'default/'); ?> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |