[fix] missing csrf on mail_manage_catchall.php
This commit is contained in:
parent
50d8f8f1fb
commit
1dc41d5530
|
@ -89,6 +89,7 @@ __("You can choose what to do with emails sent to unexisting address of this dom
|
||||||
<br/><br/>
|
<br/><br/>
|
||||||
|
|
||||||
<form action="mail_manage_catchall.php?domain_id=<?php echo $domain_id;?>" method="post" name="main" id="main">
|
<form action="mail_manage_catchall.php?domain_id=<?php echo $domain_id;?>" method="post" name="main" id="main">
|
||||||
|
<?php csrf_get(); ?>
|
||||||
<table class="tedit">
|
<table class="tedit">
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in New Issue