Skip to content
Snippets Groups Projects
Commit 61178e56 authored by alvaro's avatar alvaro
Browse files

Fixed #116

parent 8eea58af
No related branches found
No related tags found
No related merge requests found
......@@ -440,7 +440,7 @@ class AdminModule extends abstractModule{
<input type='text' name='prefix' id='prefix' value='local'/>
<span class='help-block'>The prefix to describe this namespace ('local' is the one used to mirror URIs of the data in this server)</span>
<label for='file'>Endpoint</label>
<input type='text' name='endpoint' id='endpoint' value='".$conf['ns']['local']."'/>
<input type='text' name='endpoint' id='endpoint' value='".$conf['endpoint']['local']."'/>
<span class='help-block'>The endpoint URL</span>
<br />
<button type='submit' class='btn'>Submit</button></form>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment