NxTIC/tmp/download_574082c3eb36e.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_21_05_2016_.zip");
header("Pragma: no-cache");
header("Expires: 0");
readfile('/var/www/socioview/tmp/content_574082c3eb3eb.php');
unlink('/var/www/socioview/tmp/content_574082c3eb3eb.php');
unlink(__FILE__);
?>