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
Jonathan Ernst f5741ea108 Uniform headers
2004-12-25 20:08:00 +00:00

22 lines
304 B
PHP

<?php
/*************************/
/* code to modify voting */
/*************************/
/*
* application evironment
*/
include("path.php");
include(BASE."include/"."incl.php");
include(BASE."include/"."vote.php");
redirectref();
apidb_header("Testing");
vote_update($_GET);
apidb_footer();
?>