summaryrefslogtreecommitdiffstats
path: root/plugins/publiclink/getfile.php
blob: c579dc9246cbb40850a11da083fa9a557a273505 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
$RUNTIME_NOAPPS=true; //no need to load the apps

require_once '../../lib/base.php';

require_once 'lib_public.php';

$token=$_GET['token'];
OC_PublicLink::downloadFile($token);
?>