mirror of
https://github.com/nextcloud/server.git
synced 2026-03-21 18:11:02 -04:00
5 lines
No EOL
139 B
PHP
5 lines
No EOL
139 B
PHP
<?php
|
|
$this->create('core_ajax_trashbin_preview', '/preview.png')->action(
|
|
function() {
|
|
require_once __DIR__ . '/../ajax/preview.php';
|
|
}); |