Mobile support... kinda

This commit is contained in:
Halbear
2026-03-05 21:40:29 +00:00
parent 575890a42b
commit 637c329ac6
11 changed files with 704 additions and 309 deletions

View File

@@ -38,7 +38,7 @@
$arrApps = array();
$Apps = scandir($Page."Apps");
foreach ($Apps as $App) {
echo$Page."Apps" . '/' . $App;
//echo$Page."Apps" . '/' . $App;
$filePath = $Page."Apps" . '/' . $App;
if (is_file($filePath) && str_contains($filePath,"Icon.html")) {
$Name = basename($filePath, "Icon.html");