Mobile support... kinda
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user