mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-06 23:39:06 +00:00
13 lines
253 B
PHP
13 lines
253 B
PHP
|
<?php
|
||
|
if(!defined('APP_NAME')) {
|
||
|
die(-1);
|
||
|
}
|
||
|
|
||
|
$achConf = array();
|
||
|
|
||
|
$achConf['summary_size'] = 12;
|
||
|
$achConf['default_lang'] = 'en';
|
||
|
$achConf['enable_webig'] = true;
|
||
|
$achConf['enable_offgame'] = true;
|
||
|
$achConf['use_cache'] = false;
|
||
|
?>
|