Skip to content

Instantly share code, notes, and snippets.

View baras's full-sized avatar

Yoav Baras baras

View GitHub Profile
@baras
baras / download.php
Last active October 20, 2021 07:00 — forked from brasofilo/download.php
Force File Download with PHP
<?php
/*
* Force File Download.
* Usage: http://example.com/download.php?file=./uploads/image.jpg
*
* There are a couple of *ninja* exit() as security guarantee, adapt as necessary.
*
*/
// Grab the requested file's name.