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
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Controller/ChecksumController.php')
-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
*/