Browse Source

Change post_time format string

pull/40/head
discomrade 3 years ago
committed by towards-a-new-leftypol
parent
commit
787dfedf3b
  1. 3
      inc/instance-config.php

3
inc/instance-config.php

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

Loading…
Cancel
Save