summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2008-11-30 00:30:50 +0100
committerDavid Sommerseth <dazo@users.sourceforge.net>2008-11-30 00:30:50 +0100
commitf183be8286789874978b68653cc36720db912f16 (patch)
tree3f1021d4e743882a8c99c0113fbfbdd4e6a61b2b /common
parent103acd7c2e1467401f0795930be9140dc5ed47ff (diff)
downloadeurephia-f183be8286789874978b68653cc36720db912f16.tar.gz
eurephia-f183be8286789874978b68653cc36720db912f16.tar.xz
eurephia-f183be8286789874978b68653cc36720db912f16.zip
Changed the id's for ECTX_ADMIN_* values, to make them more bitwise wiser
Diffstat (limited to 'common')
-rw-r--r--common/eurephia_context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/eurephia_context.h b/common/eurephia_context.h
index d5e13b2..74a9f85 100644
--- a/common/eurephia_context.h
+++ b/common/eurephia_context.h
@@ -28,8 +28,8 @@
#define ECTX_NO_PRIVILEGES 0x1000
#define ECTX_PLUGIN_AUTH 0x1001
-#define ECTX_ADMIN_CONSOLE 0x1002
-#define ECTX_ADMIN_WEB 0x1004
+#define ECTX_ADMIN_CONSOLE 0x2001
+#define ECTX_ADMIN_WEB 0x2002
//
// main structure for the eurephia module context