From: Verdon V. <ve...@us...> - 2009-02-19 20:32:12
|
Update of /cvsroot/phpwebsite-comm/modules/elections/conf In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11368/conf Modified Files: config.php Removed Files: boost.php controlpanel.php help.php Log Message: preparing for 2.0.0 --- controlpanel.php DELETED --- Index: config.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/elections/conf/config.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** config.php 14 Nov 2006 00:50:51 -0000 1.1.1.1 --- config.php 19 Feb 2009 20:32:00 -0000 1.2 *************** *** 1,33 **** ! <?php ! /** ! * elections ! * ! * See docs/AUTHORS and docs/COPYRIGHT for relevant info. ! * ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! * ! * This program is distributed in the hope that it will be useful, ! * but WITHOUT ANY WARRANTY; without even the implied warranty of ! * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! * GNU General Public License for more details. ! * ! * You should have received a copy of the GNU General Public License ! * along with this program; if not, write to the Free Software ! * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! * ! * @version $Id$ ! */ ! ! ! //define('ELECTIONS_SECURE_URL', ''); ! //define('ELECTIONS_NONSECURE_URL', $GLOBALS['core']->home_http); ! define('ELECTIONS_CONTACT', 'us...@yo...'); ! // The cutoff description size before '...' are added to the end ! define("ELECTIONS_DESC_CUTOFF", 350); ! // The buffer size between the max length and the next space in a string ! define("ELECTIONS_CUTOFF_BUFFER", 3); ! ?> \ No newline at end of file --- 1,29 ---- ! <?php ! /** ! * elections - phpwebsite module ! * ! * See docs/AUTHORS and docs/COPYRIGHT for relevant info. ! * ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! * ! * This program is distributed in the hope that it will be useful, ! * but WITHOUT ANY WARRANTY; without even the implied warranty of ! * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! * GNU General Public License for more details. ! * ! * You should have received a copy of the GNU General Public License ! * along with this program; if not, write to the Free Software ! * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! * ! * @version $Id$ ! * @author Verdon Vaillancourt <verdonv at users dot sourceforge dot net> ! */ ! ! //define('ELEC_DATE_FORMAT', '%T, %A, %B %e'); ! define('ELEC_DATE_FORMAT', '%H:%M, %A, %B %e, %Y'); ! ! ?> \ No newline at end of file --- boost.php DELETED --- --- help.php DELETED --- |