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, + )); + } +}