mirror of
https://github.com/nextcloud/server.git
synced 2026-02-25 19:04:38 -05:00
10 lines
No EOL
186 B
PHP
10 lines
No EOL
186 B
PHP
<?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);
|
|
?>
|