1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-29 01:00:20 +02:00

SEF Url default prefs added. Minor GUI fix to e_latest

This commit is contained in:
Cameron
2012-12-09 02:47:03 -08:00
parent 8814055e84
commit 965cc98e6f
2 changed files with 86 additions and 6 deletions

View File

@@ -232,10 +232,90 @@ City, State, Country
<core name="upload_class">255</core>
<core name="upload_enabled">0</core>
<core name="upload_maxfilesize"></core>
<core name="url_aliases"><![CDATA[array()]]></core>
<core name="url_config"><![CDATA[array()]]></core>
<core name="url_locations"><![CDATA[array()]]></core>
<core name="url_modules"><![CDATA[array()]]></core>
<core name='url_aliases'><![CDATA[array (
)]]></core>
<core name='url_config'><![CDATA[array (
'index' => 'core',
'news' => 'core',
'page' => 'core',
'search' => 'core',
'system' => 'core',
'user' => 'core',
'forum' => 'plugin',
'gallery' => 'plugin/rewrite',
'tagwords' => 'plugin',
)]]></core>
<core name='url_disable_pathinfo'>1</core>
<core name='url_error_redirect'>0</core>
<core name='url_locations'><![CDATA[array (
'index' =>
array (
0 => 'core',
),
'news' =>
array (
0 => 'core',
1 => 'core/sef_full',
2 => 'core/sef_noid',
3 => 'core/sef',
),
'page' =>
array (
0 => 'core',
1 => 'core/sef_noid',
2 => 'core/sef',
),
'search' =>
array (
0 => 'core',
1 => 'core/rewrite',
),
'system' =>
array (
0 => 'core',
1 => 'core/rewrite',
),
'user' =>
array (
0 => 'core',
1 => 'core/rewrite',
),
'forum' =>
array (
0 => 'plugin',
1 => 'plugin/rewrite',
),
'gallery' =>
array (
0 => 'plugin',
1 => 'plugin/rewrite',
),
'tagwords' =>
array (
0 => 'plugin',
),
)]]></core>
<core name='url_main_module'></core>
<core name='url_modules'><![CDATA[array (
'core' =>
array (
0 => 'index',
1 => 'news',
2 => 'page',
3 => 'search',
4 => 'system',
5 => 'user',
),
'plugin' =>
array (
0 => 'forum',
1 => 'gallery',
2 => 'tagwords',
),
'override' =>
array (
),
)]]></core>
<core name="url_sef_translate">dashl</core>
<core name="useGeshi">0</core>
<core name="use_coppa">1</core>