We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfad8c9 commit 35f97ecCopy full SHA for 35f97ec
root/dashboard/www/index.php
@@ -153,7 +153,7 @@ function GetTemplates() {
153
$tr_class = ($counter % 2 == 0) ? 'shaded' : '';
154
$files .= '<tr class="'.$tr_class.'"><td class="left-text"><span class="status-text">'.htmlspecialchars($line).'</span></td>';
155
$file_name = substr($line, strrpos($line, '/') + 1);
156
- $link = "https://github.com/linuxserver/docker-swag/blob/master/root/defaults/".$file_name;
+ $link = "https://github.com/linuxserver/docker-swag/blob/master/root/defaults/nginx/".$file_name;
157
foreach($conf_locations as $key=>$value) {
158
if (strpos($file_name, $key) !== false) {
159
$link = $value.$file_name;
0 commit comments