diff options
| author | James Atkinson <thefinn@users.sourceforge.net> | 2001-02-22 21:40:02 +0000 |
|---|---|---|
| committer | James Atkinson <thefinn@users.sourceforge.net> | 2001-02-22 21:40:02 +0000 |
| commit | acfee8f3f16416a1e68e359eb7412dfbbc697096 (patch) | |
| tree | bf04994e39d3e5c735137986d706e21232e8c19c /phpBB/config.php | |
| parent | 4317bbe9be2be093d6f3c1d81ec82f81994812e8 (diff) | |
| download | forums-acfee8f3f16416a1e68e359eb7412dfbbc697096.tar forums-acfee8f3f16416a1e68e359eb7412dfbbc697096.tar.gz forums-acfee8f3f16416a1e68e359eb7412dfbbc697096.tar.bz2 forums-acfee8f3f16416a1e68e359eb7412dfbbc697096.tar.xz forums-acfee8f3f16416a1e68e359eb7412dfbbc697096.zip | |
Implementing the total topics/posts/last post in forums table thing
git-svn-id: file:///svn/phpbb/trunk@20 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/config.php')
| -rw-r--r-- | phpBB/config.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/phpBB/config.php b/phpBB/config.php index 99d08332e3..0310369f88 100644 --- a/phpBB/config.php +++ b/phpBB/config.php @@ -69,6 +69,9 @@ $dbname = "mydbname"; $dbuser = "imanidiot"; $dbpasswd = "imanidiotspassword"; +// Date format (needs to go into DB) +$date_format = "M d, Y h:i:s a"; + // DB table config $banlist_table = "phpbb_banlist"; $categories_table = "phpbb_categories"; @@ -89,4 +92,4 @@ $users_table = "phpbb_users"; $whosonline_table = "phpbb_whosonline"; $words_table = "phpbb_words"; -?>
\ No newline at end of file +?> |
