diff options
author | Julian Blake Kongslie <jblake@omgwallhack.org> | 2011-01-18 19:37:38 -0800 |
---|---|---|
committer | Julian Blake Kongslie <jblake@omgwallhack.org> | 2011-01-18 19:37:38 -0800 |
commit | 59a894bb8bd5d981b2e6bfda3be211c000514866 (patch) | |
tree | 39f935d41cff3aee109c33a41fbfb8f0d2518bb8 /newuser.html | |
parent | 5abf1f295163157d619f5ef3b9ae10e2ecb57a5b (diff) | |
download | hosting-59a894bb8bd5d981b2e6bfda3be211c000514866.tar.gz hosting-59a894bb8bd5d981b2e6bfda3be211c000514866.zip |
point to the dev server
Diffstat (limited to 'newuser.html')
-rw-r--r-- | newuser.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newuser.html b/newuser.html index 88fae35..7daa236 100644 --- a/newuser.html +++ b/newuser.html @@ -31,7 +31,7 @@ </head> <body> <h1>Create a Piny user</h1> - <form action="https://secure.piny.be/piny-newuser" method="POST"> + <form action="https://secure.dev.piny.be/piny-newuser" method="POST"> <div class="field"><div class="label">Desired username</div><div class="input"><input type="text" name="n" id="username" /></div><div id="username-error"></div></div> <div class="field"><div class="label">Your email address</div><div class="input"><input type="text" name="a" id="email" /></div><div id="email-error"></div></div> <div class="field"><div class="label">Desired password</div><div class="input"><input type="password" name="p" id="pass1" /></div><div id="pass1-error"></div></div> |