Fixing admin links.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
<h1>Message of the Day</h1>
|
||||
|
||||
<form method="POST" action="server/admin/setMotd">
|
||||
<form method="POST" action="/gemp-lotr-server/admin/setMotd">
|
||||
MotD: <input type="text" name="motd"><br/>
|
||||
<input type="submit" value="Set MotD">
|
||||
</form>
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
<h2>Add league</h2>
|
||||
|
||||
<form method="POST" action="server/admin/addLeague">
|
||||
<form method="POST" action="/gemp-lotr-server/admin/addLeague">
|
||||
Name: <input type="text" name="name"><br/>
|
||||
Code: <input type="text" name="type"><br/>
|
||||
Type:
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
<h2>Add items</h2>
|
||||
|
||||
<form method="POST" action="server/admin/addItems">
|
||||
<form method="POST" action="/gemp-lotr-server/admin/addItems">
|
||||
Type: <input type="text" name="collectionType"><br/>
|
||||
Product: <textarea rows="5" cols="20" name="product"></textarea><br/>
|
||||
Players: <textarea rows="5" cols="20" name="players"></textarea><br/>
|
||||
|
||||
Reference in New Issue
Block a user