Fix voting to use $aClean and not $_POST
This commit is contained in:
committed by
WineHQ
parent
465f5aa58a
commit
dc963e6780
@@ -10,7 +10,7 @@ require("path.php");
|
||||
require(BASE."include/incl.php");
|
||||
require(BASE."include/vote.php");
|
||||
|
||||
vote_update($_POST);
|
||||
vote_update($aClean);
|
||||
|
||||
apidb_footer();
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user