417f21ec64d837c0dc6f0333e62c495a.php
2.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?php if (!defined('THINK_PATH')) exit(); /*a:4:{s:66:"D:\PHPTutorial\WWW\xinmeiti\public/../app/install\view\\index.html";i:1542250542;s:71:"D:\PHPTutorial\WWW\xinmeiti\public/../app/install\view\public\head.html";i:1542250542;s:73:"D:\PHPTutorial\WWW\xinmeiti\public/../app/install\view\public\header.html";i:1542250542;s:73:"D:\PHPTutorial\WWW\xinmeiti\public/../app/install\view\public\footer.html";i:1542250542;}*/ ?>
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>bronet安装</title>
<link rel="stylesheet" href="__STATIC__/install/simpleboot/themes/flat/theme.min.css" />
<link rel="stylesheet" href="__STATIC__/install/css/install.css" />
<link rel="stylesheet" href="__STATIC__/font-awesome/css/font-awesome.min.css" type="text/css">
</head>
<body>
<div class="wrap">
<div class="header">
<h1 class="logo">bronet 安装向导</h1>
<div class="version"><?php echo BRONET_VERSION; ?></div>
</div>
<div class="section">
<div class="main">
<pre class="agreement">bronet软件使用协议
版权所有 ©2013-<?php echo date("Y"); ?>,bronet开源社区
感谢您选择bronet内容管理框架, 希望我们的产品能够帮您把网站发展的更快、更好、更强!
bronet遵循Apache Lisense 2.0开源协议发布,并提供免费使用。
bronet建站系统由简约风网络科技(以下简称简约风,官网http://www.bronet.cn)发起并开源发布。
简约风网络科技包含以下网站:
bronet官网: http://www.bronet.cn
bronet免责声明
1、使用bronet构建的网站的任何信息内容以及导致的任何版权纠纷和法律争议及后果,bronet官方不承担任何责任。
2、您一旦安装使用bronet,即被视为完全理解并接受本协议的各项条款,在享有上述条款授予的权力的同时,受到相关的约束和限制。</pre>
</div>
<div class="bottom text-center">
<a href="<?php echo url('index/step2'); ?>" class="btn btn-primary"><?php echo lang('ACCEPT'); ?></a>
</div>
</div>
</div>
<div class="footer">
© 2013-<?php echo date('Y'); ?> <a href="http://www.bronet.cn" target="_blank">bronet Team</a>
</div>
</body>
</html>