Improve Debug info
This commit is contained in:
parent
3d659f402e
commit
01bdcc9bea
1 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue