| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Old Sites/moke/tmp/install_508e88a018958/admin/ |
Upload File : |
<?php
/**
* @version $Id: controller.php 2009-12-05 vinaora $
* @package VINAORA VISITORS COUNTER
* @copyright Copyright (C) 2007 - 2010 VINAORA. All rights reserved.
* @license GNU/GPL
* @website http://vinaora.com
* @email admin@vinaora.com
*/
// no direct access
defined('_JEXEC') or die('Restricted access');
?>
<?php
jimport('joomla.application.component.controller');
/**
* Vinaora Visitors Counter Component Controller
*
* @package Vinaora.Visitors.Counter
* @subpackage Components
*/
class VVisitCounterController extends JController
{
/**
* Method to display the view
*
* @access public
*/
function display()
{
parent::display();
}
}
?>