Update plugins.conf.php

- The active DateChanger plugin overrides the time correction in the admin area
This commit is contained in:
Frank Hochmuth 2024-03-25 22:02:11 +01:00 committed by GitHub
parent 1a3ae63d63
commit 93f4bc2479
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,9 @@ $fp_plugins = array(
'postviews', // Counts and displays entry views 'postviews', // Counts and displays entry views
'commentcenter', // including Akismet interface 'commentcenter', // including Akismet interface
'mediamanager', 'mediamanager',
'datechanger', // Lets you change the publish date for (new) entries. // 'datechanger', // Lets you change the publish date for (new) entries.
// DateChanger uses UTC. The time correction in the admin area is skipped
// Therefore deactivated by default
'feed', // Activates the RSS and Atom feed widget 'feed', // Activates the RSS and Atom feed widget
'emoticons', // Activates an emoticons toolbar for entries and static pages 'emoticons', // Activates an emoticons toolbar for entries and static pages
'support', // Provides the FlatPress admin and the community with all relevant data in case of problems. 'support', // Provides the FlatPress admin and the community with all relevant data in case of problems.