From: Javier B. <jb...@us...> - 2004-11-15 20:27:05
|
Update of /cvsroot/openbash-org/openbash-org In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19219 Modified Files: config.php Log Message: mas quote Index: config.php =================================================================== RCS file: /cvsroot/openbash-org/openbash-org/config.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** config.php 15 Nov 2004 12:09:42 -0000 1.14 --- config.php 15 Nov 2004 20:26:24 -0000 1.15 *************** *** 13,16 **** --- 13,18 ---- $admin_pass = ''; + $moderator_email = 'co...@va...'; # put here the mail address of moderators, + # they will receive an email for every pending quote $summaries = 50; # number of quotes shown on a single page |