Ever wonder what configuration variables lie withing the moodle code? Well you have the config.php file but that only tells you a small fraction of the available configuration variables. Why might you need to know this? Well it is interesting…
Earlier we looked at how you can extract a list of all the $CFG variables in your Moodle code. Now that’s not of much use! We need to know where in the code all these variables hide. I feel some spooky awk a…
Sometimes Moodle introduces some nice new configuration variables and I like to make sure that I know what they are and where they are. So to begin my investigation without heading off to the web I use the following command…