Файл: admin/sources/classes/output/formats/html/conf.php
Строк: 24
<?php
/**
* <pre>
* Invision Power Services
* IP.Board v3.3.3
* Ouput format: HTML
* (Matt Mecham)
* Last Updated: $Date: 2012-05-10 16:10:13 -0400 (Thu, 10 May 2012) $
* </pre>
*
* @author $Author: bfarber $
* @copyright (c) 2001 - 2009 Invision Power Services, Inc.
* @license http://www.invisionpower.com/company/standards.php#license
* @package IP.Board
* @link http://www.invisionpower.com
* @since 9th March 2005 11:03
* @version $Revision: 10721 $
*
*/
$config = array();
/* Identifies publicly as... */
$config['identifies_as'] = 'HTML';
/* Gateway file? */
$config['gateway_file'] = 'index.php';