]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/BaseAdmin.php
Merge pull request #11872 from annando/warnings
[friendica.git] / src / Module / BaseAdmin.php
index 0535996301a4232659f72b6afcbf079105198ea9..713c44cc200ccfb5c413159d86f3bfb0943a593f 100644 (file)
@@ -43,7 +43,10 @@ require_once 'boot.php';
 abstract class BaseAdmin extends BaseModule
 {
        /**
+        * Checks admin access and throws exceptions if not logged-in administrator
+        *
         * @param bool $interactive
+        * @return void
         * @throws HTTPException\ForbiddenException
         * @throws HTTPException\InternalServerErrorException
         */