From 96117b773abe3e82e6b9d467b693ef3d589d9b67 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 9 Jul 2024 11:42:48 +0800 Subject: [PATCH] 1 --- webapp/controller/AnncController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/AnncController.class.php b/webapp/controller/AnncController.class.php index 34cbaf77..e11a2e4d 100644 --- a/webapp/controller/AnncController.class.php +++ b/webapp/controller/AnncController.class.php @@ -4,7 +4,7 @@ class AnncController extends BaseController { public function getAnnc() { - + myself()->_rspData(require('../config/annc.php')); } }