1 Star 3 Fork 3

入栈/网站统计系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
head.php 761 Bytes
一键复制 编辑 原始数据 按行查看 历史
入栈 提交于 2020-06-21 20:42 . 首次上传
<link rel="stylesheet" type="text/css" href="/css/head-main.css">
<div class="row nav-div">
<div class=col-lg-12>
<a class="navbar-brand" href="/">
<img alt="Brand" id="logo" src="/img/logo.png">
</a>
<ul class="nav nav-pills">
<li role="presentation"><a href="/index.php" class="nav-a">首页</a></li>
<?php
setcookie("command",NULL);
include 'api.php';
if(cookieChecking()=="cookie正确"){
echo "<li role=\"presentation\"><a href=\"/admin\" class=\"nav-a\">项目中心</a></li>";
}else{
echo "<li role=\"presentation\"><a href=\"/login.php\" class=\"nav-a\">登录</a></li>";
}
?>
<li role="presentation"><a href="/index.php#contact-div" class="nav-a">联系</a></li>
</ul>
</div>
</div>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/push_0x57df/website_statistics_system.git
[email protected]:push_0x57df/website_statistics_system.git
push_0x57df
website_statistics_system
网站统计系统
master

搜索帮助