By using the include path, we can override global parameters within individual directories.
For example, say we have a copyright notice included
on every page, using include 'copyright.inc';.
If include_path is set to ".:/path/to/default", we will
pick up copyright.inc from the current directoriy if it
exists, otherwise we'll get the default.