noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 03/08: Improve Debug info


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 03/08: Improve Debug info
Date: Thu, 23 Mar 2023 10:02:01 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 01bdcc9beac741cc5252d7d0e32b7e81cf3b6d09
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Fri Mar 17 09:30:09 2023 +0100

    Improve Debug info
---
 include/extension_get.inc.php | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/include/extension_get.inc.php b/include/extension_get.inc.php
index b997d35b6..dd21c0127 100644
--- a/include/extension_get.inc.php
+++ b/include/extension_get.inc.php
@@ -7,7 +7,7 @@ require_once NOALYSS_INCLUDE.'/lib/ac_common.php';
 require_once NOALYSS_INCLUDE.'/constant.php';
 require_once NOALYSS_INCLUDE.'/lib/function_javascript.php';
 require_once  NOALYSS_INCLUDE.'/constant.security.php';
-
+\Noalyss\Dbg::echo_var(1,__FILE__);
 /**
  * included from do.php + extension_choice.inc.php
  */
@@ -29,6 +29,8 @@ if ($ext->can_request($g_user->login)==-1)
 }
 if ( ! file_exists(NOALYSS_PLUGIN.'/'.trim($ext->me_file)))
        {
+
+               echo \Noalyss\Dbg::echo_var(1,"not found 
".NOALYSS_PLUGIN.'/'.trim($ext->me_file));
                alert(j(_("Ce fichier n'existe pas ")));
                return;
        }



reply via email to

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