diff options
-rw-r--r-- | test_index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test_index.php b/test_index.php index f098838..31e8369 100644 --- a/test_index.php +++ b/test_index.php @@ -224,6 +224,7 @@ if ($total > 0) { $typelink = '/uploads/' . $p['type'] . '/' . $p['path'] . '.youri'; } else { $typelink = '/uploads/done/' . $p['path']; + echo $p['path'], ' => ', $typelink, '<br>'; if (!is_dir(".$typelink")) { $typelink = ''; } |