File manager - Edit - /home/opticamezl/www/newok/administrator/components/com_cookiespolicynotificationbar/controller.php
Back
<?php /* ====================================================== # Cookies Policy Notification Bar for Joomla! - v4.4.4 (pro version) # ------------------------------------------------------- # For Joomla! CMS (v4.x) # Author: Web357 (Yiannis Christodoulou) # Copyright: (©) 2014-2024 Web357. All rights reserved. # License: GNU/GPLv3, https://www.gnu.org/licenses/gpl-3.0.html # Website: https://www.web357.com # Demo: https://demo-joomla.web357.com/cookies-policy-notification-bar # Support: support@web357.com # Last modified: Monday 27 October 2025, 03:29:25 PM ========================================================= */ // No direct access defined('_JEXEC') or die; use \Joomla\CMS\Factory; class CookiespolicynotificationbarController extends \Joomla\CMS\MVC\Controller\BaseController { /** * Method to display a view. * * @param boolean $cachable If true, the view output will be cached * @param mixed $urlparams An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. * * @return JController This object to support chaining. * * @since 1.5 * @throws Exception */ public function display($cachable = false, $urlparams = false) { $view = Factory::getApplication()->input->getCmd('view', 'logs'); Factory::getApplication()->input->set('view', $view); parent::display($cachable, $urlparams); return $this; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Generation time: 0 |
proxy
|
phpinfo
|
Settings