Blame view
sources/apps/files_trashbin/appinfo/routes.php
139 Bytes
|
31b7f2792
|
1 2 3 4 5 |
<?php
$this->create('core_ajax_trashbin_preview', '/preview.png')->action(
function() {
require_once __DIR__ . '/../ajax/preview.php';
});
|