summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/appinfo/routes.php
blob: 02815b5eb42919936c19278333517faf562c1cb1 (plain)
1
2
3
4
5
<?php
$this->create('core_ajax_public_preview', '/publicpreview.png')->action(
function() {
	require_once __DIR__ . '/../ajax/publicpreview.php';
});