Popravek evoli forme - post

This commit is contained in:
pero1203 2020-10-16 12:32:55 +02:00
parent 1a37f64791
commit bf69dc38c8

View File

@ -119,7 +119,7 @@ class EvoliForm {
public function displayForm(){
global $lang;
echo '<form method="post" action="'.$this->type.'.php">';
echo '<form method="post" action="'.$this->type.'_form.php">';
// Hidden ank_id in email
echo '<input type="hidden" name="pass" value="'.$this->pass.'">';