mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-30 03:09:22 +02:00
fix typo
This commit is contained in:
parent
07486762dc
commit
b29c5c6aa6
@ -12,7 +12,7 @@ $deprecatedConfig = [
|
|||||||
'meta_description',
|
'meta_description',
|
||||||
'meta_keywords',
|
'meta_keywords',
|
||||||
'footer',
|
'footer',
|
||||||
'language',
|
//'language',
|
||||||
'visitors_counter',
|
'visitors_counter',
|
||||||
'visitors_counter_ttl',
|
'visitors_counter_ttl',
|
||||||
'views_counter',
|
'views_counter',
|
||||||
|
@ -88,7 +88,7 @@ might bring some performance when disabled',
|
|||||||
'desc' => 'For example: "' . escapeHtml('<br/>') . 'Your Server © 2020. All rights reserved."',
|
'desc' => 'For example: "' . escapeHtml('<br/>') . 'Your Server © 2020. All rights reserved."',
|
||||||
'default' => '',
|
'default' => '',
|
||||||
],
|
],
|
||||||
'language' => [
|
/*'language' => [
|
||||||
'name' => 'Language',
|
'name' => 'Language',
|
||||||
'type' => 'options',
|
'type' => 'options',
|
||||||
'options' => ['en' => 'English'],
|
'options' => ['en' => 'English'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user