From 8a8e8b0b4c10d933e57cc6df5a00e5b90aec1f18 Mon Sep 17 00:00:00 2001 From: xiaoz Date: Sun, 23 Dec 2018 19:47:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=80=E5=A4=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/models/Insert.php | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/application/models/Insert.php b/application/models/Insert.php index ba0bfbd..e7786cd 100644 --- a/application/models/Insert.php +++ b/application/models/Insert.php @@ -32,25 +32,6 @@ exit; } } - //插入安装的默认数据 - public function default(){ - //上传限制初始数据 - // $uplimit_values = array( - // "max_size" => 5, - // "number" => 10 - // ); - // $uplimit_values = json_encode($uplimit_values); - // $uplimit = array( - // "name" => "uplimit", - // "values" => $uplimit_values, - // "switch" => "ON" - // ); - // //插入数据 - // $this->db->insert('options',$uplimit); - - //图片压缩初始数据 - - } } ?> \ No newline at end of file