芝麻web文件管理V1.00
编辑当前文件:/home/mybf1/www/menthol.bf1.my/wp-content/plugins/theme-editor/app/app.php
controller(); $this->model(); } public function controller() { if(is_admin()) { include('controller/controller.php'); $controller = new run_theme_editor_controller; } } public function model() { if(is_admin()) { include('model/model.php'); $model = new run_theme_editor_model; } } }