We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b01fb commit 334e54bCopy full SHA for 334e54b
web/reset/mail/index.php
@@ -1,6 +1,7 @@
1
<?php
2
// Init
3
define('NO_AUTH_REQUIRED',true);
4
+define('NO_AUTH_REQUIRED2',true);
5
error_reporting(NULL);
6
7
include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");
@@ -136,7 +137,7 @@ function to64 ($v, $n)
136
137
fclose($fp);
138
exec (VESTA_CMD."v-change-mail-account-password '".$v_user."' ".$v_domain." ".$v_account." ".$v_new_password, $output, $return_var);
139
if ($return_var == 0) {
- echo "ok";
140
+ echo "==ok==";
141
exit;
142
}
143
0 commit comments