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 e1724ae commit dfad8c9Copy full SHA for dfad8c9
root/dashboard/www/index.php
@@ -144,7 +144,7 @@ function GetTemplates() {
144
"subfolder.conf" => "https://github.com/linuxserver/reverse-proxy-confs/blob/master/",
145
"dashboard.subdomain.conf" => "https://github.com/linuxserver/docker-mods/blob/swag-dashboard/root/dashboard/",
146
);
147
- $output = shell_exec("/etc/cont-init.d/70-templates");
+ $output = shell_exec("/etc/cont-init.d/85-version-checks");
148
149
foreach(explode(PHP_EOL, $output) as $line) {
150
if(substr($line, 0, 1) === "*"){
0 commit comments