NxTIC/tmp/download_5747fcf4ce4ca.php

10 lines
331 B
PHP
Raw Normal View History

<?php
header("Content-Type: application/zip; charset=utf-8");
header("Content-Disposition: attachment; filename=export_27_05_2016_.zip");
header("Pragma: no-cache");
header("Expires: 0");
readfile('/var/www/socioview/tmp/content_5747fcf4ce503.php');
unlink('/var/www/socioview/tmp/content_5747fcf4ce503.php');
unlink(__FILE__);
?>