aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/access.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/access.php')
-rw-r--r--engine/lib/access.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/engine/lib/access.php b/engine/lib/access.php
index e704dfd5e..d89357ec0 100644
--- a/engine/lib/access.php
+++ b/engine/lib/access.php
@@ -88,4 +88,10 @@
}
+ /**
+ * Some useful constant definitions
+ */
+ define('PRIVATE',0);
+ define('LOGGED_IN',1);
+ define('PUBLIC',2);
?> \ No newline at end of file