forked from pincong/pincong-wecenter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
21 lines (19 loc) · 636 Bytes
/
index.php
File metadata and controls
21 lines (19 loc) · 636 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
/*
+--------------------------------------------------------------------------
| WeCenter [#RELEASE_VERSION#]
| ========================================
| by WeCenter Software
| © 2011 - 2014 WeCenter. All Rights Reserved
| http://www.wecenter.com
| ========================================
| Support: WeCenter@qq.com
|
+---------------------------------------------------------------------------
*/
if (!file_exists(dirname(__FILE__) . '/system/config/database.php') AND !file_exists(dirname(__FILE__) . '/system/config/install.lock.php'))
{
header('Location: ./install/');
exit;
}
include('system/init.php');