From 108c11599642b8416180676c2015576ab724e200 Mon Sep 17 00:00:00 2001 From: yangduo Date: Wed, 19 Feb 2025 14:37:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=8E=B7=E5=8F=96=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webapp/controller/ConfController.class.php | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 webapp/controller/ConfController.class.php diff --git a/webapp/controller/ConfController.class.php b/webapp/controller/ConfController.class.php new file mode 100644 index 0000000..cabc020 --- /dev/null +++ b/webapp/controller/ConfController.class.php @@ -0,0 +1,48 @@ + 0, + 'errmsg' => '', + 'type' => $type, + 'conf' => $conf, + )); + } +}