Update index.php

pull/192/head
Parasomnia 2020-03-05 18:16:03 +08:00 committed by GitHub
parent 53ed6a9b69
commit 1f1781c053
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ get_header();
<?php if ( akina_option('head_notice') != '0'){
$text = akina_option('notice_title');
if ( $text = '' ){
if ( $text == '' ){
$text = file_get_contents("https://v1.hitokoto.cn/?encode=text&charset=utf-8");
}
?>