Statistics
| Branch: | Revision:

root / evote / dev / csvcandidates.php @ f52a1778

History | View | Annotate | Download (110 Bytes)

1
<?php
2
header('Content-Type: text/plain; charset=utf-8');
3
        include_once('stv_tools.php');
4
        csvcandidates();
5

    
6
?>