Project

General

Profile

« Previous | Next » 

Revision 25

Added by Manuela over 6 years ago

some small corrections

View differences:

version.php
1 1
<?php
2
/**
3
 * About WebsiteBaker
2

  
3
/*
4
 * Copyright (C) 2017 Manuela v.d.Decken <manuela@isteam.de>
4 5
 *
5
 * Website Baker is a PHP-based Content Management System (CMS)
6
 * designed with one goal in mind: to enable its users to produce websites
7
 * with ease.
6
 * DO NOT ALTER OR REMOVE COPYRIGHT OR THIS HEADER
8 7
 *
9
 * LICENSE INFORMATION
8
 * This program is free software: you can redistribute it and/or modify
9
 * it under the terms of the GNU General Public License as published by
10
 * the Free Software Foundation, version 2 of the License.
10 11
 *
11
 * WebsiteBaker is free software; you can redistribute it and/or
12
 * modify it under the terms of the GNU General Public License
13
 * as published by the Free Software Foundation; either version 2
14
 * of the License, or (at your option) any later version.
15
 *
16
 * WebsiteBaker is distributed in the hope that it will be useful,
12
 * This program is distributed in the hope that it will be useful,
17 13
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
19
 * See the GNU General Public License for more details.
14
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
 * GNU General Public License 2 for more details.
20 16
 *
21
 * You should have received a copy of the GNU General Public License
22
 * along with this program; if not, write to the Free Software
23
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
17
 * You should have received a copy of the GNU General Public License 2
18
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
 */
20
/**
21
 * Description of version.php
24 22
 *
25
 * WebsiteBaker Extra Information
26
 *
27
 * This file is where the WB release version is stored.
28
 *
29
 *
30
 * @category        admin
31
 * @package         interface
32
 * @author          WebsiteBaker Project
33
 * @copyright       WebsiteBaker Org. e.V.
34
 * @link            http://websitebaker.org/
35
 * @license         http://www.gnu.org/licenses/gpl.html
36
 * @platform        WebsiteBaker 2.8.3
37
 * @requirements    PHP 5.3.6 and higher
38
 * @revision        $Revision$
39
 * @version         $Id$
40
 * @lastmodified    $Date$
41
 *
23
 * @package      Core
24
 * @copyright    Manuela v.d.Decken <manuela@isteam.de>
25
 * @author       Manuela v.d.Decken <manuela@isteam.de>
26
 * @license      GNU General Public License 2.0
27
 * @version      2.0.1
28
 * @revision     $Id$
29
 * @since        File available since 04.10.2017
30
 * @deprecated   no / since 0000/00/00
31
 * @description  simply stares the version number of installed files
42 32
 */
33
//declare(strict_types = 1);
34
//declare(encoding = 'UTF-8');
43 35

  
36
//namespace ;
37

  
38
// use
39

  
44 40
/* -------------------------------------------------------- */
45 41
// Must include code to stop this file being accessed directly
46 42
if (!defined('WB_PATH')) { header("HTTP/1.0 404 Not Found"); flush(); }
......
48 44
if (!defined('VERSION_LOADED')) {
49 45
    $sInfo = '
50 46
        VERSION  = "2.10.1-dev"
51
        REVISION = "24"
47
        REVISION = "25"
52 48
        SP       = ""
53 49
    ';
54 50
    foreach (parse_ini_string($sInfo) as $item=>$value) {

Also available in: Unified diff