qc.ifish7.com/Application/Runtime/Cache/Install/c8e9e68f2f7c88c8b7c9b40ac34...

38 lines
1.4 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php if (!defined('THINK_PATH')) exit();?><!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>Jijincms 安装向导</title>
<link rel="stylesheet" href="/Public/install/css/theme.min.css" />
<link rel="stylesheet" href="/Public/install/css/install.css" />
<script src="/Public/js/jquery.js"></script>
</head>
<body>
<div class="wrap">
<div class="header">
<h1 class="logo">Jijincms 安装向导</h1>
<div class="version"><?php echo (C("VERSION")); ?></div>
</div>
<section class="section">
<div style="padding: 40px 20px;">
<div class="text-center">
<a style="font-size: 18px;">恭喜您,安装完成!</a>
<br>
<br>
<div class="alert alert-danger" style="width: 350px;display: inline-block;">
为了您站点的安全安装完成后即可将网站application目录下的“Install”文件夹删除!
</div>
<br>
<a class="btn btn-success" href="/" onClick="return confirm('安装成功后进入后台需要点击后台的更新->更新缓存')">进入前台</a>
<a class="btn btn-success" href="/index.php/admin" onClick="return confirm('安装成功后进入后台需要点击后台的更新->更新缓存')">进入后台</a>
</div>
</div>
</section>
</div>
<div class="footer">
&copy; 2018-<?php echo date('Y');?> <a href="http://www.jijinweb.com" target="_blank">Jijincms</a>上海集锦信息科技有限公司出品
</div>
</body>
</html>