[CS-Project-svn_notify] SF.net SVN: cs-project: [809] trunk/1.2/docs/samples/sample_config.xml
Brought to you by:
crazedsanity
From: <cra...@us...> - 2008-02-09 03:43:37
|
Revision: 809 http://cs-project.svn.sourceforge.net/cs-project/?rev=809&view=rev Author: crazedsanity Date: 2008-02-08 19:43:29 -0800 (Fri, 08 Feb 2008) Log Message: ----------- Updated sample configuration file. Modified Paths: -------------- trunk/1.2/docs/samples/sample_config.xml Modified: trunk/1.2/docs/samples/sample_config.xml =================================================================== --- trunk/1.2/docs/samples/sample_config.xml 2008-02-08 20:33:05 UTC (rev 808) +++ trunk/1.2/docs/samples/sample_config.xml 2008-02-09 03:43:29 UTC (rev 809) @@ -27,7 +27,7 @@ default="IsSMTP">IsSMTP</phpmailer_method> <phpmailer_host title="SMTP Server" - description="This should be the IP of your mailserver, like 127.0.0.1..." + description="This should be the IP of your mailserver, like 127.0.0.1 (only needed if "SMTP" is selected above)" default="127.0.0.1">127.0.0.1</phpmailer_host> <max_time title="Maximum Session Length" @@ -52,7 +52,7 @@ title="Stop Logins on Global Alert" description="(<font color=red><b>Currently unimplemented</b></font>) Stop users from logging in if a global alert has been created." type="select" - options="" + options="0=No (0)|1=Yes (1)" default="0">0</stop_logins_on_global_alert> <debugprintopt title="Debug Printing?" @@ -64,7 +64,7 @@ title="Debug Print: Add 'HR' Tag?" description="This setting affects whether or not there are separators between debug_print()'s (useful to discover if there's a print occurring that is otherwise not visible)" type="select" - options="1=Do not show|1=Show" + options="0=Do not show (0)|1=Show (1)" default="0">0</debugremovehr> <workingonit title="Working On It?" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |