Initial revision
This commit is contained in:
15
updatevote.php
Normal file
15
updatevote.php
Normal 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();
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user