48139ccfef
git-svn-id: http://svn.cacert.cl/Software/Voting/vote@65 d4452222-2f33-11de-9270-010000000000
8 lines
88 B
PHP
Executable file
8 lines
88 B
PHP
Executable file
#!/usr/bin/php
|
|
<?
|
|
require_once("database.php");
|
|
$db = new DB();
|
|
|
|
$db->closeVotes();
|
|
|
|
?>
|