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

16 lines
192 B
PHP
Raw Normal View History

2004-03-15 16:22:00 +00:00
<?
include("path.php");
include(BASE."include/"."incl.php");
include(BASE."include/"."vote.php");
redirectref();
apidb_header("Testing");
vote_update($HTTP_GET_VARS);
apidb_footer();
?>