瀏覽代碼

Update inc_archives_functions.php

adminsite
叙述、别离 5 天之前
父節點
當前提交
edfd41dd26
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/admin/inc/inc_archives_functions.php

+ 1
- 1
src/admin/inc/inc_archives_functions.php 查看文件

@@ -510,7 +510,7 @@ function AnalyseHtmlBody($body, &$description, &$litpic, &$keywords, $dtype = ''
{
global $autolitpic, $remote, $dellink, $autokey, $cfg_basehost, $cfg_auot_description, $id, $title, $cfg_bizcore_appid, $cfg_bizcore_key;
$autolitpic = (empty($autolitpic) ? '' : $autolitpic);
$autokey = (empty($autokey) ? '' : $autokey);
$autokey = (empty($autokey) && $autokey == 1 ? '' : $autokey);
$body = stripslashes($body);
//远程图片本地化
if ($remote == 1) {


Loading…
取消
儲存