📄 正在查看:twcms/install/tpl/lock.php
1<!doctype html>
2<head>
3<title>抱歉,您已经安装过...</title>
4<meta http-equiv="content-type" content="text/html;charset=utf-8" />
5<link href="img/style.css"rel="stylesheet" type="text/css" />
6</head>
7
8<body scroll="no">
9<div class="b">
10 <div class="main">
11 <div class="head">
12 <div class="h_right"><a href="http://www.twcms.com" target="_blank">官方网站</a><span>|</span><a href="http://bbs.twcms.com" target="_blank">交流论坛</a></div>
13 <img src="img/logo.gif" />
14 </div>
15 <div class="err">
16 <h1>抱歉,您已经安装过...</h1>
17 <p>config.inc.php 文件已存在。如果您想重新安装,请先删除此文件。</p>
18 </div>
19 </div>
20</div>
21</body>
22</html>
23