Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 7997d06

Browse files
authored
Merge pull request #4 from XiaoLin0815/patch-1
修复output变量拼接前未定义的错误
2 parents 576e61a + 89b2ed5 commit 7997d06

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

domains.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
$r=$cloudflare->user_lookup();
88

99
include_once("header.php");
10+
11+
$output = '';
1012
?>
1113

1214
<div style="margin-top:25px" class="mdui-container">
@@ -150,4 +152,4 @@ function delete_domain(domain) {
150152
}
151153

152154
include_once("footer.php");
153-
?>
155+
?>

0 commit comments

Comments
 (0)