0byt3m1n1
Path:
/
home
/
kassiope
/
OLD
/
00-OLD
/
administrator
/
components
/
com_phocagallery
/
controllers
/
[
Home
]
File: phocagalleryin.php
<?php /* * @package Joomla 1.5 * @copyright Copyright (C) 2005 Open Source Matters. All rights reserved. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php * * @component Phoca Gallery * @copyright Copyright (C) Jan Pavelka www.phoca.cz * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL */ // Check to ensure this file is included in Joomla! defined('_JEXEC') or die(); class PhocaGalleryCpControllerPhocaGalleryIn extends PhocaGalleryCpController { function __construct() { parent::__construct(); } function cancel() { $this->setRedirect( 'index.php?option=com_phocagallery' ); } } ?>