From 5cc8d1f1d3a27bfef44694eddfec0da9f79957fb Mon Sep 17 00:00:00 2001 From: chaideqing Date: Tue, 31 Oct 2023 03:17:14 +0000 Subject: [PATCH] * Add openmethod uploaddocs. --- config/zentaopms.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/zentaopms.php b/config/zentaopms.php index 7a39062aac..77e424d0f6 100644 --- a/config/zentaopms.php +++ b/config/zentaopms.php @@ -308,6 +308,7 @@ $config->openMethods[] = 'space.getstoreappinfo'; $config->openMethods[] = 'store.browse'; $config->openMethods[] = 'store.appview'; $config->openMethods[] = 'system.editdomain'; +$config->openMethods[] = 'doc.uploaddocs'; $config->openModules = array(); $config->openModules[] = 'install';