/[dolibarr]/dolibarr/htdocs/telephonie/script/getcdr.php
ViewVC logotype

Diff of /dolibarr/htdocs/telephonie/script/getcdr.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by rodolphe, Tue Oct 18 14:26:01 2005 UTC revision 1.2 by rodolphe, Wed Nov 2 15:37:51 2005 UTC
# Line 52  if (!$login_result) Line 52  if (!$login_result)
52    
53  $date = time() - (24 * 3600);  $date = time() - (24 * 3600);
54    
55  $file = "daily_report_".strftime("%d-%m-%Y", $date).".zip";  $file = "daily_report_".strftime("%Y%m%d", $date).".zip";
56    
57  $remote_file = 'cdr/'.$file;  $remote_file = 'cdr/'.$file;
58  $local_file = DOL_DATA_ROOT.'/telephonie/CDR/atraiter/'.$file;  $local_file = DOL_DATA_ROOT.'/telephonie/CDR/atraiter/'.$file;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26