This commit is contained in:
Squidly271 2024-02-24 22:19:04 -05:00
parent b54f92fa1a
commit 0c41bfc1be
4 changed files with 4 additions and 3 deletions

Binary file not shown.

View File

@ -135,6 +135,7 @@ function tr($string,$ret=false) {
else else
echo $string; echo $string;
} }
?> ?>
<style> <style>
<?include "/$docroot/plugins/$plugin/skins/Narrow/css.php"?> <?include "/$docroot/plugins/$plugin/skins/Narrow/css.php"?>

View File

@ -1,4 +1,4 @@
4ed3ce5dc3607ace0de03ca1c54255e0 ./Apps.page 32e3eec1a1d17de3e361199390a4ef2d ./Apps.page
2defe45163697e40c813a57ae9a50231 ./CA_notices.page 2defe45163697e40c813a57ae9a50231 ./CA_notices.page
a3cb6f32cb9453c058563b6860f70a31 ./ca_settings.page a3cb6f32cb9453c058563b6860f70a31 ./ca_settings.page
01ed7990078dee7cecfeda9a4e49377e ./default.cfg 01ed7990078dee7cecfeda9a4e49377e ./default.cfg
@ -17,7 +17,7 @@ c46be2b7d91255130fc6d963deb48a42 ./scripts/installMulti.php
5846421e95b475e1156c3f68164ccc4f ./scripts/languageInstall.sh 5846421e95b475e1156c3f68164ccc4f ./scripts/languageInstall.sh
b5e2ca7fef2c4aa0b0d6910187b863f9 ./scripts/notices.php b5e2ca7fef2c4aa0b0d6910187b863f9 ./scripts/notices.php
8bc9cc6c58e482b4102c233ae316254c ./scripts/pluginInstall.php 8bc9cc6c58e482b4102c233ae316254c ./scripts/pluginInstall.php
b9baec24ebd9083577a045f95495bd9e ./scripts/showStatistics.php bfe94da567d20dbb63fbd162c3025ff3 ./scripts/showStatistics.php
4425f8fd4ef662a7dc65cee01de3e419 ./scripts/updatePLG.sh 4425f8fd4ef662a7dc65cee01de3e419 ./scripts/updatePLG.sh
7592f203dca78dce476051b85f7ca133 ./scripts/updatePluginSupport.php 7592f203dca78dce476051b85f7ca133 ./scripts/updatePluginSupport.php
35f936729fc2e906254b09de74f4ed2c ./skins/Narrow/css.php 35f936729fc2e906254b09de74f4ed2c ./skins/Narrow/css.php

View File

@ -117,7 +117,7 @@ switch ($_GET['arg1']) {
foreach ($templates as $searchTemplates) { foreach ($templates as $searchTemplates) {
if ( $template['Language'] ?? false) continue; if ( $template['Language'] ?? false) continue;
if ( (str_replace(["lscr.io/","ghcr.io/"],"",$template['Repository']) == str_replace(":latest","",str_replace(["lscr.io/","ghcr.io/"],"",$searchTemplates['Repository']))) ) { if ( (str_replace(["lscr.io/","ghcr.io/"],"",$template['Repository']) == str_replace(":latest","",str_replace(["lscr.io/","ghcr.io/"],"",$searchTemplates['Repository']))) ) {
if ( $searchTemplates['BranchName'] || $searchTemplates['Blacklist'] || $searchTemplates['Deprecated']) { if ( ($searchTemplates['BranchName']??false) || ($searchTemplates['Blacklist']??false) || ($searchTemplates['Deprecated']??false) ) {
continue; continue;
} }
$count++; $count++;