summaryrefslogtreecommitdiffstats
path: root/test_index.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-09-05 17:45:31 +0000
committerRomain d'Alverny <rda@mageia.org>2012-09-05 17:45:31 +0000
commitf5b5e710aafc4b950f7ea12cc04f98b4bc43d5ce (patch)
tree87b0d0f240ef400a475edcdb0a993ffe55e42b1f /test_index.php
parentd2c89c8235a0ad51d5ae17a450fe5b4a3b4420a0 (diff)
downloadpkgsubmit-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.php1
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 = '';
}