remove hard coded module url / path in drd_install_drd_server()
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #1422564. -->
Reported by: [checker](https://www.drupal.org/user/142645)
>>>
<p>I'm just checking your module and can't use it. The problem is in drd_install_drd_server() @drd.module<br>
<code>$url .= '/sites/all/modules/drd_server/drd_server.install.php?' . $mode . $extra;</code></p>
<p>If you have the drd_server module not in "/sites/all/modules/drd_server" you always get a 404 error not found. You have a lot of possibilities where modules living in drupal for example in an install profile.</p>
<p>Unfortunately I see there are also limitations in drd_server module. I have to look deeper in this.</p>
<p>What do you think about this fxied path structure?</p>
issue