aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/permissions.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/permissions.php b/include/permissions.php
index 637193973..d21b45550 100644
--- a/include/permissions.php
+++ b/include/permissions.php
@@ -6,8 +6,14 @@ require_once('include/security.php');
* @file include/permissions.php
*
* This file conntains functions to check and work with permissions.
+ *
+ * Most of this file is obsolete and has been superceded by extensible permissions in v1.12; it is left here
+ * for reference and because we haven't yet checked that all functions have been replaced and are available
+ * elsewhere (typically Zotlabs/Access/*).
*/
+
+
/**
* @brief Return an array with all available permissions.
*