Skip to content

Commit

Permalink
修复output变量拼接前未定义的错误
Browse files Browse the repository at this point in the history
  • Loading branch information
LynMoe authored Jul 13, 2018
1 parent 576e61a commit 89b2ed5
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 89b2ed5

Please sign in to comment.