* finish task #2502.

This commit is contained in:
wangyidong
2016-02-18 10:59:37 +08:00
parent 39928a235f
commit 83d41f0345
2 changed files with 12 additions and 12 deletions
+1 -4
View File
@@ -571,10 +571,7 @@ class commonModel extends model
{
if(strpos(strtolower($_SERVER['HTTP_USER_AGENT']), 'windows') !== false)
{
global $app, $lang;
$notifyFile = $app->getBasePath() . 'www/data/notify/notify.zip';
if(!file_exists($notifyFile)) return false;
global $lang;
echo html::a(helper::createLink('misc', 'downNotify'), "<i class='icon-bell'></i>", '', "title='$lang->downNotify'") . ' &nbsp; ';
}
}