get rid of the last pref set in this file, now it's just DB settings

orig_fof
steveminutillo 2007-06-11 03:16:48 +00:00
parent eabd0eed03
commit e5d5aaaf93
1 changed files with 0 additions and 11 deletions

View File

@ -13,11 +13,6 @@
*/
// Difference, in hours, between your server and your local time zone.
define('FOF_TIME_OFFSET', 0);
// Database connection information. Host, username, password, database name.
define('FOF_DB_HOST', "host.example.com");
@ -28,12 +23,6 @@ define('FOF_DB_DBNAME', "database");
// The rest you should not need to change
// How many posts to show by default in paged mode
define('FOF_HOWMANY', 50);
// DB table names
define('FOF_DB_PREFIX', "fof_");