Merge branch '3.0'
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / lib / acp / page / MediaPage.class.php
CommitLineData
93ce9f8d
MS
1<?php
2namespace wcf\acp\page;
3
4/**
5 * Shows a media file in the ACP.
6 *
7 * @author Matthias Schmidt
c839bd49 8 * @copyright 2001-2018 WoltLab GmbH
93ce9f8d
MS
9 * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
10 * @package WoltLabSuite\Core\Acp\Page
11 * @since 3.0
12 */
13class MediaPage extends \wcf\page\MediaPage {}