the `Firebug`_ extension installed in order to better track javascript
errors - it is what the developers use and makes deciphering error codes and
error line numbers much easier. It is also recommended to set the ``debug``
-parameter in ``dimp/conf/conf.php`` to ``true`` (no quotes). Next you will
-want to turn off javascript caching, if on, in ``dimp/conf/conf.php``.
+parameter in ``imp/conf/conf.php`` to ``true`` (no quotes). Next you will
+want to turn off javascript caching, if on, in ``imp/conf/conf.php``.
Finally, you need to change ``horde/conf/registry.php`` to serve the
javascript files from the ``js/src/`` directory rather than the ``js/``
directory (we compress javascript files to reduce network load, but this