-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.php
More file actions
42 lines (40 loc) · 1.79 KB
/
install.php
File metadata and controls
42 lines (40 loc) · 1.79 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
<?php
/**
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* install.php
*
* @category Modules
* @package Modules_MultiLingual
* @author Werner v.d.Decken <wkl@isteam.de>
* @author Dietmar Wöllbrink <dietmar.woellbrink@websiteBaker.org>
* @copyright Werner v.d.Decken <wkl@isteam.de>
* @license http://www.gnu.org/licenses/gpl.html GPL License
* @version 1.6.8
* @revision $Revision: 2070 $
* @link $HeadURL: svn://isteam.dynxs.de/wb_svn/wb280/branches/2.8.x/wb/modules/MultiLingual/install.php $
* @lastmodified $Date: 2014-01-03 02:21:42 +0100 (Fr, 03. Jan 2014) $
* @since File available since 09.01.2013
* @description xyz
*/
/* -------------------------------------------------------- */
// Must include code to prevent this file from being accessed directly
if (!defined('SYSTEM_RUN')) { header($_SERVER['SERVER_PROTOCOL'].' 404 Not Found'); flush(); exit; }
/* -------------------------------------------------------- */
if (version_compare(WB_VERSION, '2.10.0', '<=')){
throw new Exception ('It is not possible to install from WebsiteBaker Versions before 2.10.0');
}