change to config var

This commit is contained in:
Kieran 2017-04-24 22:42:48 +08:00
parent f3e9434793
commit 5690962bb8

View File

@ -11,6 +11,7 @@
$f = $db->GetFile($hash);
if($f->id != 0){
include_once('download2.php');
XFastDownload(_UPLOADDIR . $f->hash160, $f->filename, $f->mime);
$db->AddView($f->hash160);
}