ctms/453_test.php
fm453 4b842ebf3d ADD:添加后台管理端接口;
DEL:删除不必要的头部注释;
FIX:修正若干已知错误;
2025-06-30 09:40:13 +08:00

42 lines
1.4 KiB
PHP
Executable File

<!doc/**
* @Author: 嗨噜客(三亚)<fm453>
* @Date: 2025-04-10 23:19:11
* @FilePath: 453_test.php
* @Description:
* @Email: 393213759@qq.com
* Copyright (c) 2025 by www.hiluker.cn, All Rights Reserved.
*/
type html>
<html>
<head>
<meta charset="utf-8">
<title>无效访问!</title>
<link rel="stylesheet" href="//cdn.bootcss.com/bootstrap/3.3.4/css/bootstrap.min.css">
<script src="//cdn.bootcss.com/jquery/1.11.2/jquery.min.js"></script>
<script src="//cdn.bootcss.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
</head>
<style>
body{background-color:#000;color:#00ff00;}
.container{border-radius:5px;padding:20px;}
.panel{background:transparent;}
pre{background-color:#000;color:#00ff00;border:1px dashed #39ed15;}
</style>
<body >
<div class="container" style="margin-top:9%;">
<div class="panel panel-danger">
<div class="panel-heading"><h3>From: <?php echo $_SERVER['HTTP_HOST'];?></h3></div>
<div class="panel-body">
<h5>You are viewing the
unreachable page or site!</h5>
<p><li>If you think this is a mistake here,</li></p>
<p><li>you can call me via these ways:</li></p>
<p><li>微信/QQ/钉钉: 18608981880</li></p>
<p><li>邮箱: fm453@lukegzs.com</li></p>
</div>
</div>
<?php //var_dump($_SERVER);?>
</div>
</body>
</html>