Source for file config.php
Documentation is available at config.php
* Sets up the basic Sloodle information, and includes the necessary Moodle data/functionality.
// Pull in the main moodle config
// NB the following is necessary for when we pull in this config.php from a module under sloodle/mod
require_once (realpath(dirname(__FILE__
) .
"/" .
"../../config.php"));
define('SLOODLE_WWWROOT', $CFG->wwwroot.
'/mod/sloodle');
define('SLOODLE_DIRROOT', $CFG->dirroot.
'/mod/sloodle');
define('SLOODLE_VERSION', 0.21); // This is the release version, not the module version (which is in version.php)
Documentation generated on Tue, 04 Mar 2008 15:08:33 +0000 by phpDocumentor 1.4.0