refactor: 移除 linuxdo.php 中的多余头部声明
- 删除了多余的 Content-Type 声明,因为已经在 config.php 中进行了统一设置 - 优化了代码结构,提高了代码的可读性和维护性
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
<?php
|
||||
|
||||
@header('Content-Type: text/html; charset=UTF-8');
|
||||
include 'config.php';
|
||||
include 'function.php';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user