1
0
This commit is contained in:
2022-09-23 15:33:28 +02:00
parent f5c2f4309f
commit c5e0494dd7
2 changed files with 25 additions and 3 deletions

View File

@ -1,4 +1,8 @@
<?php
require "methods/schulzeResults.php";
$vote = new schulze;
$vote->test();
?>