5 lines
47 B
PHP
5 lines
47 B
PHP
|
<?php
|
||
|
$vote = new schulze;
|
||
|
$vote->test();
|
||
|
?>
|