Added domainid and hash to prevent multi-tab problems. Isn't complete yet.

This commit is contained in:
root 2009-01-16 16:09:45 +00:00
parent d52b611c5e
commit e280275b35
2 changed files with 6 additions and 0 deletions

View file

@ -36,4 +36,7 @@
</tr>
</table>
<input type="hidden" name="type" value="reallyemail">
<input type="hidden" name="emailid" value="<?=intval($_REQUEST['emailid'])?>">
<input type="hidden" name="hash" value="<?=sanitizeHTML($_REQUEST['hash'])?>">
</form>

View file

@ -36,4 +36,7 @@
</tr>
</table>
<input type="hidden" name="type" value="reallydomain">
<input type="hidden" name="domainid" value="<?=intval($_REQUEST['domainid'])?>">
<input type="hidden" name="hash" value="<?=sanitizeHTML($_REQUEST['hash'])?>">
</form>