File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 36
36
<meta charset="utf-8">
37
37
<title>Minecraft Query PHP Class</title>
38
38
39
- <link rel="stylesheet" href="http ://netdna .bootstrapcdn.com/bootstrap/3.0.0 /css/bootstrap.min.css">
39
+ <link href="https ://maxcdn .bootstrapcdn.com/bootstrap/3.3.7 /css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous ">
40
40
<style type="text/css">
41
41
.jumbotron {
42
42
margin-top: 30px;
59
59
<p>This class was created to query Minecraft servers. It works starting from Minecraft 1.0.</p>
60
60
61
61
<p>
62
- <a class="btn btn-large btn-primary" href="http ://xpaw.me">Made by xPaw</a>
62
+ <a class="btn btn-large btn-primary" href="https ://xpaw.me">Made by xPaw</a>
63
63
<a class="btn btn-large btn-primary" href="https://github.com/xPaw/PHP-Minecraft-Query">View on GitHub</a>
64
64
<a class="btn btn-large btn-danger" href="https://github.com/xPaw/PHP-Minecraft-Query/blob/master/LICENSE">MIT license</a>
65
65
</p>
68
68
<?php if ( isset ( $ Exception ) ): ?>
69
69
<div class="panel panel-primary">
70
70
<div class="panel-heading"><?php echo htmlspecialchars ( $ Exception ->getMessage ( ) ); ?> </div>
71
- <p ><?php echo nl2br ( $ e ->getTraceAsString (), false ); ?> </p >
71
+ <div class="panel-body" ><?php echo nl2br ( $ e ->getTraceAsString (), false ); ?> </div >
72
72
</div>
73
73
<?php else : ?>
74
74
<div class="row">
Original file line number Diff line number Diff line change 61
61
<meta charset="utf-8">
62
62
<title>Minecraft Ping PHP Class</title>
63
63
64
- <link rel="stylesheet" href="http ://netdna .bootstrapcdn.com/bootstrap/3.0.0 /css/bootstrap.min.css">
64
+ <link href="https ://maxcdn .bootstrapcdn.com/bootstrap/3.3.7 /css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous ">
65
65
<style type="text/css">
66
66
.jumbotron {
67
67
margin-top: 30px;
84
84
<p>This class was created to query Minecraft servers. It works starting from Minecraft 1.0.</p>
85
85
86
86
<p>
87
- <a class="btn btn-large btn-primary" href="http ://xpaw.me">Made by xPaw</a>
87
+ <a class="btn btn-large btn-primary" href="https ://xpaw.me">Made by xPaw</a>
88
88
<a class="btn btn-large btn-primary" href="https://github.com/xPaw/PHP-Minecraft-Query">View on GitHub</a>
89
89
<a class="btn btn-large btn-danger" href="https://github.com/xPaw/PHP-Minecraft-Query/blob/master/LICENSE">MIT license</a>
90
90
</p>
93
93
<?php if ( isset ( $ Exception ) ): ?>
94
94
<div class="panel panel-primary">
95
95
<div class="panel-heading"><?php echo htmlspecialchars ( $ Exception ->getMessage ( ) ); ?> </div>
96
- <p ><?php echo nl2br ( $ e ->getTraceAsString (), false ); ?> </p >
96
+ <div class="panel-body" ><?php echo nl2br ( $ e ->getTraceAsString (), false ); ?> </div >
97
97
</div>
98
98
<?php else : ?>
99
99
<div class="row">
You can’t perform that action at this time.
0 commit comments