This repository has been archived on 2025-05-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
qemudb/updatevote.php

17 lines
257 B
PHP
Raw Normal View History

<?php
2004-12-25 20:08:00 +00:00
/*************************/
/* code to modify voting */
/*************************/
2004-03-15 16:22:00 +00:00
2004-12-25 20:08:00 +00:00
/*
2004-12-27 23:54:55 +00:00
* application environment
2004-12-25 20:08:00 +00:00
*/
require("path.php");
require(BASE."include/incl.php");
require(BASE."include/vote.php");
2004-03-15 16:22:00 +00:00
2005-02-26 16:36:52 +00:00
vote_update($_POST);
2004-03-15 16:22:00 +00:00
apidb_footer();
?>