]> Harvie.CZ GIT Repositories and Mirrors - mirrors/JukeBox.git/commitdiff
Pokus o opravu pomoci Cursor AI
authorTomas Mudrunka <tomas.mudrunka@gmail.com>
Sat, 28 Feb 2026 20:49:31 +0000 (21:49 +0100)
committerTomas Mudrunka <tomas.mudrunka@gmail.com>
Sat, 28 Feb 2026 20:49:31 +0000 (21:49 +0100)
index.php

index 83dae1e3a8e2e0ae70e775d681c1d695febbc745..0c8bc8d2cc737c41f77b458830b316fca965f804 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -471,6 +471,10 @@ href="?download&recursive&playlist&dir=<?=str_replace('%2F', '/', rawurlencode($
 <?php
 
 $i = 0;
+if($sort > 1) {
+       $itemsf = [];
+       $itemsd = [];
+}
 $dd = opendir($dir);
 for($s=2;$s;$s--) { while(($item = readdir($dd)) != false) {
        if($item == '.' || $item == '..') continue;
This page took 0.318027 seconds and 4 git commands to generate.