Browse Source

Slightly differnet default config.ban_date

pull/40/head
Savetheinternet 13 years ago
parent
commit
5632a971ee
  1. 2
      inc/config.php

2
inc/config.php

@ -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';

Loading…
Cancel
Save