diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-09-05 17:45:31 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-09-05 17:45:31 +0000 |
commit | f5b5e710aafc4b950f7ea12cc04f98b4bc43d5ce (patch) | |
tree | 87b0d0f240ef400a475edcdb0a993ffe55e42b1f /test_index.php | |
parent | d2c89c8235a0ad51d5ae17a450fe5b4a3b4420a0 (diff) | |
download | pkgsubmit-f5b5e710aafc4b950f7ea12cc04f98b4bc43d5ce.tar pkgsubmit-f5b5e710aafc4b950f7ea12cc04f98b4bc43d5ce.tar.gz pkgsubmit-f5b5e710aafc4b950f7ea12cc04f98b4bc43d5ce.tar.bz2 pkgsubmit-f5b5e710aafc4b950f7ea12cc04f98b4bc43d5ce.tar.xz pkgsubmit-f5b5e710aafc4b950f7ea12cc04f98b4bc43d5ce.zip |
see behaviour on prod server
Diffstat (limited to 'test_index.php')
-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 = ''; } |