9 lines
217 B
PHP
9 lines
217 B
PHP
|
<?php
|
||
|
$__config['version'] = '1.0';
|
||
|
$__config['default_method'] = 'enter';
|
||
|
$__config['default_class'] = 'main';
|
||
|
|
||
|
$__config['cdn'] = false;
|
||
|
//url and db
|
||
|
$__config['static_url'] = 1;
|
||
|
$__config['use_rdc'] = 1;
|