Skip to content

Commit ca3a9e0

Browse files
author
Serghey Rodin
committed
Security fix for API hash check
1 parent b6e26ac commit ca3a9e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/api/index.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@
5858
echo 'Error: authentication failed';
5959
exit;
6060
}
61+
} else {
62+
$return_var = 1;
6163
}
6264
}
6365

0 commit comments

Comments
 (0)