index.php
622 Bytes
<?php
/**
* @version $Id: index.php 2007-02-08 22:20 harpiain $
* @package Cacic-Installer
* @subpackage Instalador
* @author Adriano dos Santos Vieira <harpiain at gmail.com>
* @copyright Copyright (C) 2007 Adriano dos Santos Vieira. All rights reserved.
* @license GNU/GPL, see LICENSE.php
* CACIC-Install is free software and parts of it may contain or be derived from the
* GNU General Public License or other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/
// direct access is denied
defined( 'CACIC' ) or die( 'Acesso restrito (Restricted access)!' );
?>