* @deprecated since TYPO3 CMS 7, will be removed with TYPO3 CMS 8, use the corresponding Resource objects and Processing functionality */ require __DIR__ . '/init.php'; \TYPO3\CMS\Core\Utility\GeneralUtility::deprecationLog( 'thumbs.php is no longer in use, please use the corresponding Resource objects to generate a preview functionality for thumbnails.' ); $GLOBALS['SOBE'] = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(\TYPO3\CMS\Backend\View\ThumbnailView::class); $GLOBALS['SOBE']->init(); $GLOBALS['SOBE']->main();