noalyss-commit
[Top][All Lists]
Advanced

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

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


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

sparkyx pushed a commit to branch master
in repository noalyss.

commit 593e7e0c7d9db16a9438f05ba69257ffe6060f2b
Author: Dany De Bontridder <address@hidden>
Date:   Tue Sep 8 12:04:40 2015 +0200

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

diff --git a/include/constant.php b/include/constant.php
index f59e68d..04253ac 100644
--- a/include/constant.php
+++ b/include/constant.php
@@ -123,7 +123,7 @@ define ('MAX_ACTION_SHOW',20);
 if ( DEBUG ) {
        error_reporting(2147483647);
        ini_set("display_errors",1);
-       ini_set(" display_startup_errors",1);
+       ini_set("display_startup_errors",1);
        ini_set("html_errors",1);
         ini_set('log_errors',1);
         ini_set('log_errors_max_len',0);



reply via email to

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