%PDF- %PDF-
| Direktori : /home1/lightco1/www/administrator/components/com_chatnox/ |
| Current File : //home1/lightco1/www/administrator/components/com_chatnox/chatnox.php |
<?php
/**
* @version $Id: chatnox.php
* @package ChatNox
* @subpackage ChatNox
* @license GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or other free or open source software licenses.See COPYRIGHT.php for copyright notices * and details.
*/
// No direct access
defined( '_JEXEC' ) or die( 'Restricted access' );
// Make sure the user is authorized to view this page
$user = & JFactory::getUser();
require_once( JPATH_COMPONENT.'/controller.php' );
// Set the table directory
if(!defined('DS')) define('DS', DIRECTORY_SEPARATOR);
// Create the controller
$controller = new ChatnoxController( );
$controller->execute( JRequest::getCmd( 'task' ) );
$controller->redirect();