Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit 8c4d550

Browse files
Merge pull request #2 from Daniel-WWU-IT/main
Update URLs
2 parents 9047978 + dff85c6 commit 8c4d550

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

controller/settingscontroller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class SettingsController extends Controller
2424
private $config;
2525
private $urlGenerator;
2626

27-
const CATALOG_URL = "https://sciencemesh-test.uni-muenster.de/api/mentix/sitereg";
27+
const CATALOG_URL = "https://iop.sciencemesh.uni-muenster.de/iop/mentix/sitereg";
2828

2929
/**
3030
* @param string $AppName - application name

templates/settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<h3><?php p($l->t("API Key")) ?></h3>
4040
<div id="sciencemeshAPIKeySettings">
4141
<p><?php p($l->t("API Key")) ?></p>
42-
<p><input id="sciencemeshAPIKey" value="<?php p($_["apikey"]) ?>" placeholder="" type="text"><em>An API key is needed to register your site with ScienceMesh. If you do not have a key yet, you can register for a free ScienceMesh account using <a href="https://sciencemesh-test.uni-muenster.de/api/siteacc/register" target="_blank">this link</a>.</em></p>
42+
<p><input id="sciencemeshAPIKey" value="<?php p($_["apikey"]) ?>" placeholder="" type="text"><em>An API key is needed to register your site with ScienceMesh. If you do not have a key yet, you can register for a free ScienceMesh account using <a href="https://iop.sciencemesh.uni-muenster.de/iop/siteacc/register" target="_blank">this link</a>.</em></p>
4343
</div>
4444

4545
<div>&nbsp;</div>

0 commit comments

Comments
 (0)