This commit is contained in:
icret
2022-03-04 21:45:10 +08:00
parent b2e5972d7f
commit 0fd10babb5
14 changed files with 1016 additions and 997 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -3,8 +3,6 @@
* 统计中心
*/
require_once '../application/header.php';
require_once APP_ROOT . '/config/api_key.php';
require_once APP_ROOT . '/api/function_API.php';
require_once APP_ROOT . '/application/chart.php';
// 检测是否开启统计
@@ -67,7 +65,7 @@ if (is_array($char_data)) {
box-shadow: 3px 2px 3px 2px rgba(19, 17, 36, 0.5);
}
</style>
<div class="row">
<div class="row" style="margin-bottom:100px">
<div class="clo-md-12">
<div class="alert alert-warning">
<form action="chart.php" method="post">

View File

@@ -3,8 +3,6 @@
* 统计中心
*/
require_once '../application/header.php';
require_once APP_ROOT . '/config/api_key.php';
require_once APP_ROOT . '/api/function_API.php';
require_once APP_ROOT . '/application/chart.php';
// 检测是否开启统计