PATH:
home
/
centosnipponia
/
public_html
/
nipponiacom2
/
caribe
/
administrator
/
components
/
com_falang
<?php /** */ defined( '_JEXEC' ) or die( 'Restricted access' ); class FalangVersion { var $_version = '2.6.0'; var $_versiontype = 'free'; var $_date = '2016/06/13'; var $_status = 'Stable'; var $_revision = ''; var $_copyyears = ''; /** * This method delivers the full version information in one line * * @return string */ function getVersionFull(){ return 'V' .$this->_version. ' ('.$this->_versiontype.')'; } /** * This method delivers the short version information in one line * * @return string */ function getVersionShort() { return $this->_version; } function getVersionType() { return $this->_versiontype; } /** * This method delivers a special version String for the footer of the application * * @return string */ function getCopyright() { //return '© ' .$this->_copyyears; return ''; } /** * Returns the complete revision string for detailed packaging information * * @return unknown */ function getRevision() { return '' .$this->_revision. ' (' .$this->_date. ')'; } }
[+]
..
[-] access.xml
[edit]
[+]
assets
[+]
classes
[-] config.xml
[edit]
[+]
contentelements
[-] controller.php
[edit]
[+]
controllers
[+]
documentation
[+]
editors
[-] falang.php
[edit]
[-] falang.xml
[edit]
[+]
help
[+]
helpers
[-] index.html
[edit]
[+]
legacy
[+]
liveupdate
[+]
models
[-] script.php
[edit]
[+]
sql
[+]
tables
[-] version.php
[edit]
[+]
views
[-] .htaccess.disabled
[edit]