Future version 3.0, added CA
This commit is contained in:
parent
26c466804d
commit
e1522f93bb
88 changed files with 5474 additions and 1669 deletions
|
|
@ -35,7 +35,8 @@ function echo_debug ($file,$line="",$msg="") {
|
|||
if ( DEBUG=='true' ) {
|
||||
$f=fopen ($_ENV['TMP'].DIRECTORY_SEPARATOR."phpcompta.log","a+");
|
||||
$a=var_export($msg,true);
|
||||
fwrite($f,"$file $line $a\n");
|
||||
$e=basename($file);
|
||||
fwrite($f,"$e : $line $a\n");
|
||||
fclose ($f);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue