1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-29 17:54:29 +01:00
This commit is contained in:
Savetheinternet 2011-11-20 04:07:30 +11:00
parent 6d8f90b1b5
commit 29deacf0fa

View File

@ -445,7 +445,6 @@
// The format string passed to strftime() for post times
// http://www.php.net/manual/en/function.strftime.php
$config['post_date'] = 'm/d/y (D) H:i:s';
$config['post_date'] = '%m/%d/%y (%a) %H:%M:%S';
// The names on the post buttons. (On most imageboards, these are both "Post")