refactor: 移除 linuxdo.php 中的多余头部声明

- 删除了多余的 Content-Type 声明,因为已经在 config.php 中进行了统一设置
- 优化了代码结构,提高了代码的可读性和维护性
This commit is contained in:
2024-12-22 11:17:03 +08:00
parent 0774fe1343
commit 2515e69686

View File

@@ -1,6 +1,4 @@
<?php
@header('Content-Type: text/html; charset=UTF-8');
include 'config.php';
include 'function.php';