Initial revision

This commit is contained in:
Jeremy Newman
2004-03-15 16:22:00 +00:00
commit 8f28ae10c4
122 changed files with 8116 additions and 0 deletions

15
updatevote.php Normal file
View File

@@ -0,0 +1,15 @@
<?
include("path.php");
include(BASE."include/"."incl.php");
include(BASE."include/"."vote.php");
redirectref();
apidb_header("Testing");
vote_update($HTTP_GET_VARS);
apidb_footer();
?>