Added domainid and hash to prevent multi-tab problems. Isn't complete yet.
This commit is contained in:
parent
d52b611c5e
commit
e280275b35
2 changed files with 6 additions and 0 deletions
|
@ -36,4 +36,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<input type="hidden" name="type" value="reallyemail">
|
<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>
|
</form>
|
||||||
|
|
|
@ -36,4 +36,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<input type="hidden" name="type" value="reallydomain">
|
<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>
|
</form>
|
||||||
|
|
Loading…
Reference in a new issue