[grisbi-cvs] grisbi-web/newsportal config.inc.php,1.5,1.6

NIEL GĂ©rald gegeweb at users.sourceforge.net
Wed May 26 20:30:52 CEST 2010


Update of /cvsroot/grisbi/grisbi-web/newsportal
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv20094/newsportal

Modified Files:
	config.inc.php 
Log Message:

config newsportal

Index: config.inc.php
===================================================================
RCS file: /cvsroot/grisbi/grisbi-web/newsportal/config.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- config.inc.php	24 May 2010 19:15:07 -0000	1.5
+++ config.inc.php	26 May 2010 18:30:48 -0000	1.6
@@ -91,7 +91,7 @@
 $article_show["User-Agent"]=false;
 $article_show["References"]=false;
 $article_show["From_link"]=true;
-//$article_show["From_rewrite"]=array('@',' (at) ');
+$article_show["From_rewrite"]=array('@',' (at) ');
 $article_showthread=true;
 $article_graphicquotes=true;
 
@@ -104,7 +104,7 @@
 /*
  * Message posting
  */
-$send_poster_host=false;
+$send_poster_host=true;
 $readonly=false;
 $testgroup=true; // don't disable unless you really know what you are doing!
 $validate_email=1;
@@ -113,8 +113,8 @@
 // $anonym_address="set_this at to_something_valid";
 $msgid_generate="md5";
 $msgid_fqdn=$_SERVER["HTTP_HOST"];
-$post_autoquote=false;
-$post_captcha=false;
+$post_autoquote=true;
+$post_captcha=true;
 
 /* 
  * Attachments



More information about the cvs mailing list