From 9cb572f0da77ecbdc79b7a4d4010a2b1c9ec75b5 Mon Sep 17 00:00:00 2001 From: HFO4 <912394456@qq.com> Date: Tue, 6 Feb 2018 18:56:51 +0800 Subject: [PATCH] clear cache --- application/index/model/ShareHandler.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/index/model/ShareHandler.php b/application/index/model/ShareHandler.php index d3ddaf3a..ebbd27cd 100644 --- a/application/index/model/ShareHandler.php +++ b/application/index/model/ShareHandler.php @@ -21,7 +21,6 @@ class ShareHandler extends Model{ $this->shareData = Db::name('shares')->where('share_key',$key)->find(); if(empty($this->shareData)){ $this->querryStatus = false; - die($key); }else{ if($notExist){ if($this->shareData["source_type"] == "file"){