Moved $config['local_time'] to Tinyboard-Tools (local-time.js)

This commit is contained in:
Michael Save 2012-03-15 16:16:54 +11:00
parent 1769de4cdc
commit 14a2f97323
4 changed files with 0 additions and 45 deletions

View file

@ -464,9 +464,6 @@
// http://www.php.net/manual/en/function.strftime.php
$config['post_date'] = '%m/%d/%y (%a) %H:%M:%S';
// Automatically convert all post times to users' local time using Javascript.
$config['javascript_local_time'] = false;
// Same as above, but used for "you are banned' pages.
$config['ban_date'] = '%A %e %B, %Y';