diff options
author | redmatrix <mike@macgirvin.com> | 2016-08-31 20:29:32 -0700 |
---|---|---|
committer | redmatrix <mike@macgirvin.com> | 2016-08-31 20:29:32 -0700 |
commit | 8ba1bf02a479941740847cd9fad707f2fc86390c (patch) | |
tree | 54b4225414d91cb4f677e25b0bb66d4f24a63626 /include/permissions.php | |
parent | 4bdb02849980982f0e1f3cccc12386c2a800f0bd (diff) | |
download | volse-hubzilla-8ba1bf02a479941740847cd9fad707f2fc86390c.tar.gz volse-hubzilla-8ba1bf02a479941740847cd9fad707f2fc86390c.tar.bz2 volse-hubzilla-8ba1bf02a479941740847cd9fad707f2fc86390c.zip |
document that include/permissions is being deprecated but may still be needed.
Diffstat (limited to 'include/permissions.php')
-rw-r--r-- | include/permissions.php | 6 |
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. * |