download_folder.$file)) { die('File not found'); } header('Content-Disposition: attachment; filename="'.date('Ymd-His').'.pdf"'); echo Tools::file_get_contents($this->download_folder.$file); } } $so_colissimo_download = new SoColissimoDownload(); $so_colissimo_download->action();