Skip to content

Commit b46beeb

Browse files
authored
Update overview.tpl
Change /?instance= URL syntax to new /remote/ URL syntax
1 parent 845ce2f commit b46beeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/servers/AMP/templates/overview.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<p>Manage your Game Server Console to control a wide range of functions, including controlling settings, plugins, mods, backups, and many other features.</p>
3737
</div>
3838
<div class="col-sm-4 text-sm-right text-center">
39-
<button style="margin-left: 0px; " onclick="window.open('{$appUrl}/?instance={$instanceId}', '_blank')" class="btn btn-success">Open Game Server Control Panel</button>
39+
<button style="margin-left: 0px; " onclick="window.open('{$appUrl}/remote/{$instanceId}', '_blank')" class="btn btn-success">Open Game Server Control Panel</button>
4040
</div>
4141
</div>
4242
<p>&nbsp;</p>

0 commit comments

Comments
 (0)