Skip to content

Commit 0390249

Browse files
committed
Update advanced-config.blade.php
1 parent fa6d997 commit 0390249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/config/advanced-config.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div id="editor" style="width:100%; height:<?php echo count(file('config/advanced-config.php')) * 24 + 15;?>px; background-color:transparent !important;" class="form-control border-1 border-light" name="AdvancedConfig" rows="280">{{ file_get_contents('config/advanced-config.php') }}</div>
99
</div>
1010
<button type="submit" class="btn btn-primary">Save</button>
11-
<a class="btn btn-danger confirmation" href="{{url('/panel/advanced-config?restore-defaults')}}">Restore defaults</a>
11+
<a class="btn btn-danger confirmation" href="{{url('/admin/advanced-config?restore-defaults')}}">Restore defaults</a>
1212
<script type="text/javascript">
1313
var elems = document.getElementsByClassName('confirmation');
1414
var confirmIt = function (e) {

0 commit comments

Comments
 (0)