Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
Update functions.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bakaomg authored Aug 30, 2019
1 parent 2f89824 commit 62ce48f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
require_once("libs/owo.php");

//错误是什么?
//error_reporting(0);
error_reporting(0);

//设置时区
date_default_timezone_set("Asia/Shanghai");
Expand Down Expand Up @@ -954,4 +954,4 @@ function compressHtml($html_source) {
$compress .= $c;
}
return $compress;
}
}

0 comments on commit 62ce48f

Please sign in to comment.