DIR_URI fixed because we are "once" once
authorMatthias Förste <foerste@schlittermann.de>
Mon, 06 Oct 2014 15:00:32 +0200
branchonce
changeset 28 27622a0a492e
parent 27 daca2c572941
child 29 aebcf858b3b0
DIR_URI fixed because we are "once"
upload.pl
--- a/upload.pl	Mon Oct 06 14:57:41 2014 +0200
+++ b/upload.pl	Mon Oct 06 15:00:32 2014 +0200
@@ -34,7 +34,7 @@
 use OSSP::uuid;
 
 my $DIR     = "d";
-my $DIR_URI = "/xfer/$DIR";
+my $DIR_URI = "/once/$DIR";
 
 sub human($);
 sub deletedir(@);