From f3511ee9fbe263ec741cd47a3ad7f6298c656562 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Fri, 8 Sep 2017 17:08:27 -0700 Subject: [PATCH] Prevent inception --- includes/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/functions.php b/includes/functions.php index f667ff0..cfa205e 100644 --- a/includes/functions.php +++ b/includes/functions.php @@ -102,8 +102,6 @@ function get_command_whitelist() { 'cache', 'cap', 'comment', - 'cron-control', - 'cron-control-fixers', 'media', 'menu', 'network', @@ -140,6 +138,8 @@ function get_command_blacklist() { 'config', 'core', 'cron', + 'cron-control', + 'cron-control-fixers', 'db', 'eval', 'eval-file', -- GitLab