File: /var/www/ilya/data/www/irkboard.ru/admin/applications/core/extensions/coreVariables.php
<?php
/**
* Invision Power Services
* IP.Board v3.0.1
* Core registered caches, redirect resets and bitwise settings
* Last Updated: $Date: 2009-06-24 23:14:22 -0400 (Wed, 24 Jun 2009) $
*
* @author $Author: bfarber $
* @copyright (c) 2001 - 2009 Invision Power Services, Inc.
* @license http://www.invisionpower.com/community/board/license.html
* @package Invision Power Board
* @subpackage Core
* @link http://www.invisionpower.com
* @since 20th February 2002
* @version $Rev: 4818 $
*
*/
/**
* Which caches to load by default
*/
$_LOAD = array();
if ( $_GET['module'] == 'search' )
{
$_LOAD['ranks'] = 1;
$_LOAD['bbcode'] = 1;
$_LOAD['emoticons'] = 1;
$_LOAD['reputation_levels'] = 1;
}
if( $_GET['module'] == 'usercp' AND $_GET['area'] == 'ignoredusers' )
{
$_LOAD['ranks'] = 1;
$_LOAD['reputation_levels'] = 1;
}
/* Never, ever remove or re-order these options!!
* Feel free to add, though. :) */
$_BITWISE = array();