Skip to content
Snippets Groups Projects
Commit 9df99e70 authored by Rasmus Fuhse's avatar Rasmus Fuhse
Browse files

different URL

parent 8f48dd11
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ $DOMAIN_STUDIP = $plugin->getStudipDomain();
<? if (!$release->isNew()) : ?>
<p class="info">
<?= _("Webhook-URL zum Einfgen in github oder gitlab:") ?>
<input type="text" readonly style="border: thin solid #cccccc; background-color: #eeeeee; width:100%;" value="<?= $GLOBALS['ABSOLUTE_URI_STUDIP']."plugins.php/pluginmarket/update/release/".$release->getId.'?s='.$release->getSecurityHash() ?>">
<input type="text" readonly style="border: thin solid #cccccc; background-color: #eeeeee; width:100%;" value="<?= $GLOBALS['ABSOLUTE_URI_STUDIP']."plugins.php/pluginmarket/update/release/".$release->getId().'?s='.$release->getSecurityHash() ?>">
</p>
<? if ($domain_warning) : ?>
<p class="info"><?= htmlReady($domain_warning) ?></p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment