Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
http://web-tourist.net/login/login/view.php?st=2006mute каза:каква е тази система даи линк да видим кода
$file = $_GET['file_path'];
header("Pragma: public");
header('Content-Type: application/force-download');
header("Cache-Control: private",false);
header("Content-Transfer-Encoding: binary");
header("Content-Length: " . @filesize($file));
header("Content-Description: File Transfer");
header('Content-Disposition: attachment; filename=' . basename($file));
readfile($file);