Skip to content

Commit

Permalink
Merge pull request #4 from XiaoLin0815/patch-1
Browse files Browse the repository at this point in the history
修复output变量拼接前未定义的错误
  • Loading branch information
Netrvin authored Jul 13, 2018
2 parents 576e61a + 89b2ed5 commit 7997d06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion domains.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
$r=$cloudflare->user_lookup();

include_once("header.php");

$output = '';
?>

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

include_once("footer.php");
?>
?>

0 comments on commit 7997d06

Please sign in to comment.