I see the following right at the top of zina.module:

define('__ZINA__', 'music');

And then __ZINA__ is used in a bunch of places throughout the rest of the file, indicating the path where Zina is expected to be accessed. Two questions:

  1. If I change "music" to something else, will that "just work"? Or will there be some unintended consequences (i.e., will something break)?
  2. Is there any chance we could get a configuration item on the Drupal module zina administration for setting where the main path to Zina is located?

Thanks!