deployed to use board email list.
git-svn-id: http://svn.cacert.cl/Software/Voting/vote@53 d4452222-2f33-11de-9270-010000000000
This commit is contained in:
parent
2538da0568
commit
f9236cccd2
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
<?php
|
||||
class DB {
|
||||
//var $board = "cacert-board@lists.cacert.org";
|
||||
var $board = "testsympa@lists.cacert.org";
|
||||
var $board = "cacert-board@lists.cacert.org";
|
||||
|
||||
function __construct() {
|
||||
$this->dbh = new PDO("sqlite:".dirname(__FILE__)."/database.sqlite");
|
||||
|
|
Loading…
Reference in a new issue