shib71 / mod-auth-token

Automatically exported from code.google.com/p/mod-auth-token
Apache License 2.0
0 stars 1 forks source link

small typo in the example #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
$url = $protectedPath . $token. "/" . $hexTime . $filename;

should be:

$url = $protectedPath . $token. "/" . $hexTime . $fileName;

Original issue reported on code.google.com by vitaliy....@gmail.com on 21 May 2010 at 2:04

GoogleCodeExporter commented 8 years ago
Your ight thanks for this

Original comment by teixeira...@gmail.com on 23 Jun 2010 at 7:55

GoogleCodeExporter commented 8 years ago
Your right thanks for this

Original comment by teixeira...@gmail.com on 23 Jun 2010 at 7:55