diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2014-05-14 12:02:39 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2014-05-14 12:02:39 -0400 |
| commit | 101c0be26573b6cc20a8542d378592fd0eec2ba5 (patch) | |
| tree | 98a17d4ff252b4c5c3937eb16db1c10d63a142ce /static/super/index.html | |
| parent | 7a62c03ebe5c36a47274d170ce8c39957cdf437c (diff) | |
scripts to fix redis when it crashes
Diffstat (limited to 'static/super/index.html')
| -rw-r--r-- | static/super/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/static/super/index.html b/static/super/index.html index 0382d56..b035b9b 100644 --- a/static/super/index.html +++ b/static/super/index.html @@ -27,17 +27,17 @@ <a href="/"><img src="/static/img/dumppixellarge3.png"></a> <div align="center"> <label style="text-align:left;margin-bottom:-8px;">username</label> - <input type="text" class="field"id="nickInput" /> + <input type="text" class="field"id="regNickInput" /> <br> <label style="text-align:left;margin-bottom:-8px;">password</label> - <input type="password" class="field" id="passwordInput" /> + <input type="password" class="field" id="regPasswordInput" /> <br> <label style="text-align:left;margin-bottom:-8px;">password2x</label> - <input type="password" class="field" id="passwordInput2" /> + <input type="password" class="field" id="regPasswordInput2" /> <label style="text-align:left;margin-bottom:-8px;">email</label> - <input type="text" class="field"id="emailInput" /> + <input type="text" class="field"id="regEmailInput" /> </h1> </form> |
