Skip to content

Commit

Permalink
Link NEMS Server to Cloud Dashboard Login
Browse files Browse the repository at this point in the history
  • Loading branch information
NEMS Linux committed Jul 19, 2019
1 parent 6e5fcd6 commit 7d52516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/index.php
Expand Up @@ -19,7 +19,7 @@

echo '<html>
<body onload="document.forms[\'redirect\'].submit()">
<form action="https://cloud.nemslinux.com/dashboard/" method="post" name="redirect">
<form action="https://cloud.nemslinux.com/dashboard/login.php" method="post" name="redirect">
<input type="hidden" name="hwid" value="' . $hwid . '" />
<input type="hidden" name="osbkey" value="' . $osbkey . '" />
</form>
Expand Down

0 comments on commit 7d52516

Please sign in to comment.