Files
votervue/scripts/Import_VoterHistory.php
T

6 lines
101 B
PHP
Raw Normal View History

2026-07-03 15:46:56 -04:00
<?php
require_once "../classes/Import_VoterHistory.php";
(new Import_VoterHistory())->process();
?>