File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -389,7 +389,7 @@ function getUrlSatusCodesb($urlsb, $timeoutsb = 3)
389
389
@endif
390
390
391
391
@if (env (' JOIN_BETA' ) === true )
392
- <a style =" color :tomato ;" class =" nav-link" href =" {{ url (' update' ) } }" >You are in BETA mode! <img src =" https://img.shields.io /static/v1?label=installed:&message=<?php if (file_exists (base_path (" vbeta.json" ))) {echo file_get_contents (base_path (" vbeta.json" ));} else {echo " none" ;} ? > &color=FFFFFF" > <img src =" https://img.shields.io /static/v1?label=server:&message=<?php echo file_get_contents (" https://update.littlelink-custom.com/beta/vbeta.json" ); ? > &color=FFFFFF" ></a >
392
+ <a style =" color :tomato ;" class =" nav-link" href =" {{ url (' update' ) } }" >You are in BETA mode! <img src =" https://img.llc.ovh /static/v1?label=installed:&message=<?php if (file_exists (base_path (" vbeta.json" ))) {echo file_get_contents (base_path (" vbeta.json" ));} else {echo " none" ;} ? > &color=FFFFFF" > <img src =" https://img.llc.ovh /static/v1?label=server:&message=<?php echo file_get_contents (" https://update.littlelink-custom.com/beta/vbeta.json" ); ? > &color=FFFFFF" ></a >
393
393
@endif
394
394
395
395
@if (config (' advanced-config.theme' ) == ' light' and $color_scheme_override != ' dark' )
Original file line number Diff line number Diff line change 230
230
}
231
231
232
232
if ($themeVe == " error" ) {
233
- echo ' <img style="scale:0.9" src="https://img.shields.io /static/v1?label=&message=Error!&color=red">' ;
233
+ echo ' <img style="scale:0.9" src="https://img.llc.ovh /static/v1?label=&message=Error!&color=red">' ;
234
234
} elseif ($hasSource == false ) {
235
- echo ' <a href="https://littlelink-custom.com/themes.php" target="_blank"><img style="scale:0.9" src="https://img.shields.io /static/v1?label=&message=Update manually&color=red"></a>' ;
235
+ echo ' <a href="https://littlelink-custom.com/themes.php" target="_blank"><img style="scale:0.9" src="https://img.llc.ovh /static/v1?label=&message=Update manually&color=red"></a>' ;
236
236
} elseif ($updateAv == true ) {
237
- echo ' <img style="scale:0.9" src="https://img.shields.io /static/v1?label=&message=Update available&color=yellow">' ;
237
+ echo ' <img style="scale:0.9" src="https://img.llc.ovh /static/v1?label=&message=Update available&color=yellow">' ;
238
238
} else {
239
- echo ' <img style="scale:0.9" src="https://img.shields.io /static/v1?label=&message=Up to date&color=green">' ;
239
+ echo ' <img style="scale:0.9" src="https://img.llc.ovh /static/v1?label=&message=Up to date&color=green">' ;
240
240
}
241
241
echo ' </center></th>' ;
242
242
echo ' <th>' . $verNr . ' </th>' ;
@@ -255,7 +255,7 @@ function updateicon() {
255
255
</details >
256
256
257
257
<?php
258
- try { if ($GLOBALS [' updateAv' ] == true ) echo ' <img style="padding-left:40px; padding-top:15px; scale: 1.5;" src="https://img.shields.io /static/v1?label=&message=A theme needs updating&color=brightgreen">' ;
258
+ try { if ($GLOBALS [' updateAv' ] == true ) echo ' <img style="padding-left:40px; padding-top:15px; scale: 1.5;" src="https://img.llc.ovh /static/v1?label=&message=A theme needs updating&color=brightgreen">' ;
259
259
}catch (Exception $ex ){}
260
260
? >
261
261
You can’t perform that action at this time.
0 commit comments