Changeset 2245

Show
Ignore:
Timestamp:
09/10/07 14:45:26 (6 years ago)
Author:
kop-labs
Message:

Parse fopen

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • website/lib/AtomParser.class.php

    r2244 r2245  
    2525        }*/ 
    2626        $cmd = 'wget '.$file; 
    27         system($cmd); 
     27        echo $cmd; 
     28        echo system('pwd'); 
     29        echo system($cmd); 
    2830         
    2931