Ver a proveniência

修复404页面资源链接

pull/14/head 3.4.4
Zisbusy há 3 anos
committed by GitHub
ascendente
cometimento
5a1e66be79
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 3 adições e 3 eliminações
  1. +3
    -3
      Akina/404.php

+ 3
- 3
Akina/404.php Ver ficheiro

@ -1,11 +1,11 @@
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit;
define("THEME_URL", $this->options->themeUrl);
if(!empty(Helper::options()->CDNURL)){
$theurl = Helper::options()->CDNURL.'/AkinaCDN/';
$theurl = Helper::options()->CDNURL.'/usr/themes/Akina/';
}else{
$theurl = THEME_URL.'/';
}
define("theurl",$theurl);
define("theurl",$theurl);
?>
<!DOCTYPE HTML>
<html>
@ -28,4 +28,4 @@ define("theurl",$theurl);
<a id="gohome" href="<?php $this->options ->siteUrl(); ?>">返回主页</a>
</div>
</section>
</body>
</body>

Carregando…
Cancelar
Guardar