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, 3 insertions, 3 deletions
diff --git a/engine/lib/access.php b/engine/lib/access.php
index d45520c07..e81bd2da0 100644
--- a/engine/lib/access.php
+++ b/engine/lib/access.php
@@ -91,7 +91,7 @@
/**
* Some useful constant definitions
*/
- define('PRIVATE',0);
- define('LOGGED_IN',1);
- define('PUBLIC',2);
+ define('ACCESS_PRIVATE',0);
+ define('ACCESS_LOGGED_IN',1);
+ define('ACCESS_PUBLIC',2);
?> \ No newline at end of file