diff options
author | community.cacert.org <community.cacert.org@d4452222-2f33-11de-9270-010000000000> | 2009-06-12 01:22:30 +0000 |
---|---|---|
committer | community.cacert.org <community.cacert.org@d4452222-2f33-11de-9270-010000000000> | 2009-06-12 01:22:30 +0000 |
commit | f9236cccd24065435eea2008d2d577541a6246f2 (patch) | |
tree | 60ca81facf586d058c1716cf3eec0555cb280f9a | |
parent | 2538da0568066676379b68e13278340147db76c7 (diff) | |
download | cacert-boardvoting-f9236cccd24065435eea2008d2d577541a6246f2.tar.gz cacert-boardvoting-f9236cccd24065435eea2008d2d577541a6246f2.tar.xz cacert-boardvoting-f9236cccd24065435eea2008d2d577541a6246f2.zip |
deployed to use board email list.
git-svn-id: http://svn.cacert.cl/Software/Voting/vote@53 d4452222-2f33-11de-9270-010000000000
-rw-r--r-- | database.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/database.php b/database.php index d7b866e..9179ab6 100644 --- a/database.php +++ b/database.php @@ -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"); |