phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgroupware/config.inc.php.sample, 1.1.2.1.2.1


From: nomail
Subject: [Phpgroupware-cvs] phpgroupware/config.inc.php.sample, 1.1.2.1.2.1
Date: Thu, 20 May 2004 14:58:05 -0000

Update of /phpgroupware
Modified Files:
        Branch: proposal-branch
          config.inc.php.sample

date: 2004/04/16 20:59:48;  author: seek3r;  state: Exp;  lines: +30 -0

Log Message:
bringing savannah cvs back up to date with what we were doing on our private 
cvs server. We will not be doing dev from this cvs tree
=====================================================================
Index: phpgroupware/config.inc.php.sample
diff -u phpgroupware/config.inc.php.sample:1.1.2.1 
phpgroupware/config.inc.php.sample:1.1.2.1.2.1
--- phpgroupware/config.inc.php.sample:1.1.2.1  Thu Oct 23 06:49:41 2003
+++ phpgroupware/config.inc.php.sample  Fri Apr 16 20:59:48 2004
@@ -16,5 +16,35 @@
                The other choice is:
                <default_anon_op>wcm.base.start</default_anon_op>
 -->
+               <baseurl>/</baseurl>
        </server>
+<!--
+       ** Error Reporting Configuration **
+       err_report:     Error types to report to the user
+       err_log:        Error types to log
+       err_email:      Error type to email to the admin
+       log_table:      Table to log errors
+       log_file:       File to log to if database fails
+       email:          Admin address for critical errors
+       backtrace:      Show backtrace in error report (debugging)
+
+       Error Type values:
+       E_ERROR = 1
+       E_PARSE = 4
+       E_NOTICE = 8
+       E_USER_NOTICE = 1024
+       E_ALL = 2047
+               Examples: 
+               5    Result of 1+4 = Both E_ERROR and E_PARSE
+               2039 Result of 2047-8 = E_ALL except E_NOTICE
+               1015 Result of 2047-(8+1024) = E_ALL except E_NOTICE and 
E_USER_NOTICE
+-->
+       <errconf>
+               <err_report>2039</err_report>
+               <err_log>0</err_log>
+               <err_email>0</err_email>
+               <log_table>error</log_table>
+               <log_file/tmp/PHPLogserrors.txt</log_file>
+               <log_email>address@hidden</log_email>
+       </errconf>
 </config>';




reply via email to

[Prev in Thread] Current Thread [Next in Thread]