Skip to content

Commit 4e388d9

Browse files
authored
Update header.php
修复free.fr免费空间安装后报错。
1 parent 3dc9148 commit 4e388d9

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

app/header.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
<?php
2+
ob_start();
3+
require_once __DIR__ . '/function.php';
4+
?>
15
<!DOCTYPE html>
26
<html lang="zh-cn">
3-
<?php require_once __DIR__ . '/function.php'; ?>
4-
57
<head>
68
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
79
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@@ -57,4 +59,4 @@
5759
</ul>
5860
</div>
5961
</div>
60-
<!-- 顶部导航栏END -->
62+
<!-- 顶部导航栏END -->

0 commit comments

Comments
 (0)