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