Change post_time format string

This commit is contained in:
discomrade 2021-06-23 03:53:51 -02:00
parent 9acdacbb35
commit ef43765ee5

View File

@ -107,6 +107,9 @@ $config['secure_trip_salt'] = 'ODQ2NDM0ODlmMmRhNzk2M2EyNjJlOW';
//Banners //Banners
$config['url_banner'] = '/banners.php'; $config['url_banner'] = '/banners.php';
//Date format
$config['post_date'] = '%F (%a) %T';
/* /*
* Some users are having trouble posting when this is on, * Some users are having trouble posting when this is on,
* with the message 'Your request looks automated; Post discarded.' * with the message 'Your request looks automated; Post discarded.'