Skip to content

Commit

Permalink
Update header.php
Browse files Browse the repository at this point in the history
  • Loading branch information
soxft committed Jan 2, 2022
1 parent 1a35757 commit a675b81
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions admin/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
$password = $_SESSION['password'];
?>
<head>
<link rel="icon" type="image/x-icon" href="https://cdn.jsdelivr.net/gh/soxft/cdn@1.9/urlshorting/favicon.ico" />
<link rel="icon" type="image/x-icon" href="https://cdn.jsdelivr.net/gh/soxft/cdn@1.0.0/urlshorting/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta charset="utf-8">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/soxft/cdn@master/mdui/css/mdui.min.css">
<script src="https://cdn.jsdelivr.net/gh/soxft/cdn@master/mdui/js/mdui.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/soxft/cdn@1.0.0/mdui/css/mdui.min.css">
<script src="https://cdn.jsdelivr.net/gh/soxft/cdn@1.0.0/mdui/js/mdui.min.js"></script>
<style>
a {
text-decoration:none
Expand All @@ -30,7 +30,7 @@
}
</style>
</head>
<body background="https://cdn.jsdelivr.net/gh/soxft/cdn@1.9/urlshorting/background.png">
<body background="https://cdn.jsdelivr.net/gh/soxft/cdn@1.0.0/urlshorting/background.png">
<?php
if ($_SESSION['password'] !== $passwd) {
//判断是否登录
Expand All @@ -49,4 +49,4 @@
<a href="../index.php" class="mdui-ripple">返回前台</a>
</div>



0 comments on commit a675b81

Please sign in to comment.