-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathredirect.php
More file actions
16 lines (15 loc) · 779 Bytes
/
redirect.php
File metadata and controls
16 lines (15 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
?>
<html>
<head>
</head>
<body>
<h2 style="text-align: center;"><span style="color: #e03e2d;">Server Connection Check:</span></h2>
<h2 style="text-align: center;"><span style="color: #e03e2d;">If you can see this page, click the button below.</span></h2>
<p style="text-align: center;"><a href="/plugin.php?plugin=fpp-BigBeautifulButtons&page=bigbeautifulbuttons.php&nopage=1"><img src="https://dabuttonfactory.com/button.png?t=I+am+not+a+Robot&f=Open+Sans-Bold&ts=26&tc=fff&hp=45&vp=20&c=11&bgt=gradient&bgc=f00&ebgc=900" alt="" width="303" height="66" /></a></p>
<base target="_parent">
<script>
window.top.location.href = "/plugin.php?plugin=fpp-BigBeautifulButtons&page=bigbeautifulbuttons.php&nopage=1";
</script>
</body>
</html>