0byt3m1n1-V2
Path:
/
home
/
phangnga
/
administrator
/
components
/
com_acymailing
/
compat
/
[
Home
]
File: compat2.php
<?php /** * @package AcyMailing for Joomla! * @version 5.5.0 * @author acyba.com * @copyright (C) 2009-2016 ACYBA S.A.R.L. All rights reserved. * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html */ defined('_JEXEC') or die('Restricted access'); ?><?php class acyParameter extends JRegistry { function get($path, $default = null){ $value = parent::get($path, 'noval'); if($value === 'noval') $value = parent::get('data.'.$path,$default); return $value; } } require(dirname(__FILE__).DS.'compat1.php');
©
2018.