File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
resources/views/components/config Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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 ) {
You can’t perform that action at this time.
0 commit comments