Tuesday, June 19, 2007

Context level of Moodle

From lib/accesslib.php

25 // context definitions
26 define('CONTEXT_SYSTEM', 10);
27 define('CONTEXT_PERSONAL', 20);
28 define('CONTEXT_USER', 30);
29 define('CONTEXT_COURSECAT', 40);
30 define('CONTEXT_COURSE', 50);
31 define('CONTEXT_GROUP', 60);
32 define('CONTEXT_MODULE', 70);
33 define('CONTEXT_BLOCK', 80);

5 comments:

  1. Thanks for this info!

    Very usefull for me!

    ReplyDelete
  2. SCOREEEEEEEEEEEEEEEEEEE!

    very useful, thanks.

    ReplyDelete
  3. Thanks you soo much really usefull. thanks a lot

    ReplyDelete
  4. Even though this post is nearly 4 yrs old, it's STILL helpful!! Thanks for the insight!!

    ReplyDelete
  5. was really useful.. thx....

    ReplyDelete

CSP on Apache

To add CSP to root if sort of funny. The following will NOT work for most cases !!     <LocationMatch "^/$">        Header s...