Fixes #107 - Check in bootstrap.php if this is a behat environment.

This commit is contained in:
Daniel Thee Roperto
2017-03-02 18:13:44 +11:00
committed by Daniel Thee Roperto
parent 2b25eb92db
commit d80ae326fd
2 changed files with 33 additions and 4 deletions

View File

@@ -74,7 +74,7 @@ https://github.com/catalyst/moodle-auth_outage/issues
enable the `Outage manager` plugin and place it on the top.
4. If you need to use the IP Blocking, please add the following lines into your `config.php`
after your `$CFG->dataroot` is set:
before the `require('/lib/setup.php')` call:
```
// Insert this after $CFG->dataroot is defined.