Skip to content

Commit 736fa6f

Browse files
committed
[FIX] Config.
1 parent 22d8d29 commit 736fa6f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,12 @@
3030
},
3131
"config": {
3232
"exclude-files": [
33-
"docs/*"
33+
"docs/*",
34+
".git/*",
35+
".github/*",
36+
".idea/*",
37+
"README.md",
38+
"LICENSE"
3439
]
3540
},
3641
"scripts": {

views/configureTab.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<i class="fa fa-question-circle" data-tooltip="@lang('sSeo::global.redirects_enabled_help')"></i>
5050
</label>
5151
<div class="col-7 col-md-9 col-lg-10">
52-
<input type="checkbox" name="redirects_enabled" id="redirects_enabled" value="1" @if(config('seiger.settings.sSeo.redirects_enabled', 1) == 1) checked @endif onchange="documentDirty=true;">
52+
<input type="checkbox" name="redirects_enabled" id="redirects_enabled" value="1" @if(config('seiger.settings.sSeo.redirects_enabled', 0) == 1) checked @endif onchange="documentDirty=true;">
5353
</div>
5454
</div>
5555
<div class="split my-3"></div>

0 commit comments

Comments
 (0)