Project

General

Profile

« Previous | Next » 

Revision 28

Added by Manuela over 6 years ago

added trait containing new method set_ftan() for phplib

View differences:

version.php
39 39

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

Also available in: Unified diff