Skip to content
Snippets Groups Projects
Commit dab814a1 authored by samba's avatar samba
Browse files

fix wpcron for scheduled post issue #38

parent 85a0e1c3
No related branches found
No related tags found
No related merge requests found
Pipeline #25595 failed
...@@ -40,7 +40,7 @@ define('SITE_ID_CURRENT_SITE', 1); ...@@ -40,7 +40,7 @@ define('SITE_ID_CURRENT_SITE', 1);
define('BLOG_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1);
define('DISALLOW_FILE_MODS', true); define('DISALLOW_FILE_MODS', true);
//define('DISALLOW_FILE_EDIT', false); //define('DISALLOW_FILE_EDIT', false);
define('DISABLE_WP_CRON', true); define('DISABLE_WP_CRON', false);
//AI patch: set to true if you want to activate query profiling //AI patch: set to true if you want to activate query profiling
define('AI_DB_PROFILER', false); define('AI_DB_PROFILER', false);
//disable automatic updates //disable automatic updates
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment