Jump to content
xt:Commerce Community Forum

cronjob save under real root


Recommended Posts

if($this->data['feed_save_real_root'] == '1'){
    $this->localFile =  $this->data['feed_filename'] . $this->data['feed_filetype'];// save real root why not
}else{
    $this->localFile = 'export/' . $this->data['feed_filename'] . $this->data['feed_filetype'];
}
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...