This commit is contained in:
Paula Quispe
2017-05-30 09:59:09 -04:00
parent 1c34eb29f4
commit 2f4c25778e
3 changed files with 19 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
<?php
//$RBAC->allows(basename(__FILE__), 'downloadFileHash');
$RBAC->allows(basename(__FILE__), 'downloadFileHash');
if (!isset($_GET["file_hash"])) {
throw new Exception("Invalid Request, param 'file_hash' was not sent.");