[Astrospaces-commits] SF.net SVN: astrospaces: [76] trunk/config.php
Brought to you by:
p3net
From: <del...@us...> - 2007-07-31 04:06:33
|
Revision: 76 http://astrospaces.svn.sourceforge.net/astrospaces/?rev=76&view=rev Author: deltalabs Date: 2007-07-30 21:06:36 -0700 (Mon, 30 Jul 2007) Log Message: ----------- Modified Paths: -------------- trunk/config.php Modified: trunk/config.php =================================================================== --- trunk/config.php 2007-07-31 04:04:38 UTC (rev 75) +++ trunk/config.php 2007-07-31 04:06:36 UTC (rev 76) @@ -1,41 +1,5 @@ <?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/'); -======= -<?php +/* Stupid file keeps screwing up */ /* These settings are autogenerated by AstroSPACES do not change them unless if you have instructions stating that these values should be changed. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |