Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPatrick <patrick@westberliner.net>2017-02-05 22:05:59 +0300
committerPatrick <patrick@westberliner.net>2017-02-05 22:05:59 +0300
commit9c026f0735c4d1db818662116e9559a5139c8367 (patch)
tree3f714b71016ac953e01d00e2142d3c6f9d842b56 /lib
parent4fb77d526fdb40ce1756d82edec8b0229d434a3f (diff)
allow users without privileged accesss to create checksum
Diffstat (limited to 'lib')
-rw-r--r--lib/Controller/ChecksumController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Controller/ChecksumController.php b/lib/Controller/ChecksumController.php
index c2a3dc2..f562bd8 100644
--- a/lib/Controller/ChecksumController.php
+++ b/lib/Controller/ChecksumController.php
@@ -22,6 +22,7 @@ class ChecksumController extends Controller {
/**
* callback function to get md5 hash of a file
+ * @NoAdminRequired
* @param (string) $source - filename
* @param (string) $type - hash algorithm type
*/