1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-29 09:44:28 +01:00

Slightly differnet default config.ban_date

This commit is contained in:
Savetheinternet 2011-11-23 16:27:48 +11:00
parent b26f52b92e
commit 5498e54684

View File

@ -448,7 +448,7 @@
$config['post_date'] = '%m/%d/%y (%a) %H:%M:%S';
// Same as above, but used for "you are banned' pages.
$config['ban_date'] = '%A, %e %B, %Y';
$config['ban_date'] = '%A %e %B, %Y';
// The names on the post buttons. (On most imageboards, these are both "Post")
$config['button_newtopic'] = 'New Topic';