Project

General

Profile

« Previous | Next » 

Revision 35

Added by Manuela over 6 years ago

fixed 'er_level' settings to E_ALL (-1)

View differences:

version.php
37 37

  
38 38
// use
39 39

  
40
/* -------------------------------------------------------- */
40
if (!defined('VERSION_LOADED')) {
41 41
// Must include code to stop this file being accessed directly
42
if (!defined('SYSTEM_RUN')) { header($_SERVER['SERVER_PROTOCOL'].' 404 Not Found'); echo '404 File not found'; flush(); exit;}
42
    if (!defined('SYSTEM_RUN')) { header($_SERVER['SERVER_PROTOCOL'].' 404 Not Found'); echo '404 File not found'; flush(); exit;}
43 43
/* -------------------------------------------------------- */
44
if (!defined('VERSION_LOADED')) {
45 44
    $sInfo = '
46 45
        VERSION  = "2.11.0-RC1"
47
        REVISION = "34"
46
        REVISION = "35"
48 47
        SP       = ""
49 48
    ';
50 49
    foreach (parse_ini_string($sInfo) as $item=>$value) {

Also available in: Unified diff