16 lines
192 B
PHP
16 lines
192 B
PHP
<?
|
|
|
|
include("path.php");
|
|
include(BASE."include/"."incl.php");
|
|
include(BASE."include/"."vote.php");
|
|
|
|
redirectref();
|
|
|
|
apidb_header("Testing");
|
|
|
|
vote_update($HTTP_GET_VARS);
|
|
|
|
apidb_footer();
|
|
|
|
?>
|