Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /var/www/web236/html/components/com_xmovie/controllers/ |
Current File : //var/www/web236/html/components/com_xmovie/controllers/movie.php |
<?php /* * @package Joomla 3.0 * @copyright Copyright (C) 2005 Open Source Matters. All rights reserved. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php * * @component XMovie Component * @copyright Copyright (C) Dana Harris optikool.com * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL */ defined('_JEXEC') or die('Restricted access'); jimport('joomla.application.component.controller'); if (!class_exists('JControllerLegacy')) { class_alias('JController', 'JControllerLegacy'); } class XMovieControllerMovie extends JControllerLegacy { function display() { $view = JRequest::getVar('view'); if (!$view) { JRequest::setVar('view', 'single'); } parent::display(); } } ?>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare