noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 61/65: Set properly the error log


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 61/65: Set properly the error log
Date: Wed, 09 Sep 2015 08:27:35 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit c1a4045505087ee08c7df96dd5c54e9fe73e3150
Author: Dany De Bontridder <address@hidden>
Date:   Tue Sep 8 12:03:46 2015 +0200

    Set properly the error log
---
 include/constant.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/constant.php b/include/constant.php
index 4cc0871..46c55bc 100644
--- a/include/constant.php
+++ b/include/constant.php
@@ -125,6 +125,7 @@ if ( DEBUG ) {
        ini_set("display_errors",1);
        ini_set("html_errors",1);
         ini_set('log_errors',1);
+        ini_set('log_errors_max_len',0);
 }
 else {
         // Rapporte les erreurs d'exécution de script
@@ -132,6 +133,7 @@ else {
         ini_set("display_errors",0);
        ini_set("html_errors",0);
         ini_set('log_errors',1);
+        ini_set('log_errors_max_len',0);
 }
 // Erreur
 define ("NOERROR",0);



reply via email to

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