From acfee8f3f16416a1e68e359eb7412dfbbc697096 Mon Sep 17 00:00:00 2001 From: James Atkinson Date: Thu, 22 Feb 2001 21:40:02 +0000 Subject: Implementing the total topics/posts/last post in forums table thing git-svn-id: file:///svn/phpbb/trunk@20 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/config.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'phpBB/config.php') 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 +?> -- cgit v1.2.1