noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 01/05: Debug : do not complain about install


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/05: Debug : do not complain about install file
Date: Thu, 22 Oct 2015 11:53:17 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit e3f95c3c252be06209bbc6009cd456b55f058f16
Author: Dany De Bontridder <address@hidden>
Date:   Thu Oct 22 11:41:48 2015 +0200

    Debug : do not complain about install file
---
 html/index.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/html/index.php b/html/index.php
index bc7bc27..c7bfefc 100644
--- a/html/index.php
+++ b/html/index.php
@@ -209,7 +209,7 @@ $my_domain="";
 require_once '../include/constant.php';
 require_once '../include/config.inc.php';
 require_once NOALYSS_INCLUDE.'/lib/ac_common.php';
-if (file_exists("install.php")) {
+if (file_exists("install.php")&& ! DEBUG ) {
     /*
      * This file shouldn't exist
      */



reply via email to

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