File manager - Edit - /home/capoccitel/www/administrator/components/com_k2/models/model.php
Back
<?php /** * @version 2.x (rolling release) * @package K2 * @author JoomlaWorks https://www.joomlaworks.net * @copyright Copyright (c) 2009 - 2026 JoomlaWorks Ltd. All rights reserved. * @license GNU/GPL: https://gnu.org/licenses/gpl.html */ // no direct access defined('_JEXEC') or die; jimport('joomla.application.component.model'); if (version_compare(JVERSION, '2.5', 'ge')) { class K2Model extends JModelLegacy { public static function addIncludePath($path = '', $prefix = 'K2Model') { return parent::addIncludePath($path, $prefix); } } } else { class K2Model extends JModel { public function addIncludePath($path = '', $prefix = 'K2Model') { return parent::addIncludePath($path); } } }
| ver. 1.6 |
Github
|
.
| PHP 7.4.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings