Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1047177
general_config.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Jun 29, 10:28 PM
Size
1 KB
Mime Type
text/x-php
Expires
Tue, Jul 1, 10:28 PM (1 d, 4 h)
Engine
blob
Format
Raw Data
Handle
677030
Attached To
rINP In-Portal
general_config.php
View Options
<?php
/**
* @version $Id: general_config.php 12312 2009-08-17 03:55:27Z dmitrya $
* @package In-Portal
* @copyright Copyright (C) 1997 - 2009 Intechnic. All rights reserved.
* @license GNU/GPL
* In-Portal is Open Source software.
* This means that this software may have been modified pursuant
* 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 http://www.in-portal.net/license/ for copyright notices and details.
*/
defined
(
'FULL_PATH'
)
or
die
(
'restricted access!'
);
$config
=
Array
(
'Prefix'
=>
'm'
,
'EventHandlerClass'
=>
Array
(
'class'
=>
'kEventHandler'
,
'file'
=>
''
,
'build_event'
=>
'OnBuild'
),
// 'TagProcessorClass' => Array ('class' => 'kMainTagProcessor', 'file' => '', 'build_event' => 'OnBuild'),
'QueryString'
=>
Array
(
1
=>
'cat_id'
,
2
=>
'cat_page'
,
3
=>
'lang'
,
4
=>
'theme'
,
5
=>
'opener'
,
6
=>
'wid'
,
),
'TitleField'
=>
'CachedNavbar'
,
'TitlePhrase'
=>
'la_Text_Category'
,
'CatalogTabIcon'
=>
'icon16_folder.gif'
,
'ItemType'
=>
1
,
'TableName'
=>
TABLE_PREFIX
.
'Category'
,
'CatalogItem'
=>
true
,
'PortalStyleEnv'
=>
true
,
'RewritePriority'
=>
100
,
'RewriteListener'
=>
'ModRewriteHelper:MainRewriteListener'
,
'PermTabText'
=>
'In-Portal'
,
'PermSection'
=>
Array
(
'search'
=>
'in-portal:configuration_search'
,
'custom'
=>
'in-portal:configuration_custom'
),
);
Event Timeline
Log In to Comment