Your IP : 216.73.216.240


Current Path : /home/juvelize/www/administrator/components/com_phocagallery/controllers/
Upload File :
Current File : /home/juvelize/www/administrator/components/com_phocagallery/controllers/phocagalleryuninstall.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
 */
defined('_JEXEC') or die();

class PhocaGalleryCpControllerPhocaGalleryuninstall extends PhocaGalleryCpController
{
	function __construct() {
		parent::__construct();	
	}
}
?>