Skip to content

Commit 3c9735f

Browse files
author
steveminutillo
committed
get rid of the last pref set in this file, now it's just DB settings
1 parent 059f68f commit 3c9735f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

fof-config-sample.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@
1313
*/
1414

1515

16-
// Difference, in hours, between your server and your local time zone.
17-
18-
define('FOF_TIME_OFFSET', 0);
19-
20-
2116
// Database connection information. Host, username, password, database name.
2217

2318
define('FOF_DB_HOST', "host.example.com");
@@ -28,12 +23,6 @@
2823

2924
// The rest you should not need to change
3025

31-
32-
// How many posts to show by default in paged mode
33-
34-
define('FOF_HOWMANY', 50);
35-
36-
3726
// DB table names
3827

3928
define('FOF_DB_PREFIX', "fof_");

0 commit comments

Comments
 (0)