소스 검색

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) {


불러오는 중...
취소
저장