Add feature : theme
Add theme aqua Fix bug in centralized printing: need to drop and recreate table and REcentralize Improve printing Add documentation and code cleaning
This commit is contained in:
parent
6bc12929ec
commit
b2a264ae09
61 changed files with 887 additions and 274 deletions
|
|
@ -22,6 +22,7 @@
|
|||
// Auteur Dany De Bontridder ddebontridder@yahoo.fr
|
||||
|
||||
function echo_debug ($p_log) {
|
||||
|
||||
$fdebug=fopen("/tmp/debug_log","a+");
|
||||
if ( $fdebug != false ) {
|
||||
fwrite($fdebug,date("Ymd H:i:s").$p_log."\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue