This commit is contained in:
Squidly271 2021-12-05 09:24:16 -05:00
parent 01afdba90e
commit e656b44312
3 changed files with 2 additions and 5 deletions

View File

@ -2,7 +2,7 @@ aab3481fc0356a16dbac7022781880f3 ./Apps.page
83b3f89cd42e8601c7c217d5b4889c81 ./CA_notices.page
7ee0b23dbd92ed55f611360a983f9565 ./ca_settings.page
1b49ec9797713ce869ea0c1066a109f2 ./default.cfg
fc99508b76773e7af9886e416145f7d9 ./include/exec.php
0507ad12dc7613167318a682a8a20cfa ./include/exec.php
57b8df772ef356881156350d8d855c0f ./include/helpers.php
95709ae0ed53e2889a93849a69b37892 ./include/paths.php
410c0166bae560754e231486050621f6 ./javascript/libraries.js

View File

@ -5,7 +5,7 @@
# Licenced under GPLv2 #
# #
###############################################################
debug_backtrace();
$unRaidSettings = parse_ini_file("/etc/unraid-version");
### Translations section has to be first so that nothing else winds up caching the file(s)
@ -252,9 +252,6 @@ function DownloadApplicationFeed() {
$o['SortName'] = str_replace("-"," ",$o['Name']);
$o['SortName'] = preg_replace('/\s+/',' ',$o['SortName']);
$o['random'] = rand();
$tmpRepo = explode(":",$o['Repository']);
$o['Repository'] = implode(":",$tmpRepo);
if ( $o['CAComment'] ) $o['CAComment'] = tr($o['CAComment']);