| Current Path : /var/www/clients/client3/web2/web/lists/admin/plugins/CommonPlugin/ |
| Current File : /var/www/clients/client3/web2/web/lists/admin/plugins/CommonPlugin/image.php |
<?php /** * CommonPlugin for phplist. * * This file is a part of CommonPlugin. * * @category phplist * * @author Duncan Cameron * @copyright 2011-2018 Duncan Cameron * @license http://www.gnu.org/licenses/gpl.html GNU General Public License, Version 3 */ namespace phpList\plugin\Common; /** * This page serves plugin images. */ $server = new FileServer(); ob_end_clean(); $server->serveFile($plugins['CommonPlugin']->coderoot . 'images/' . basename($_GET['image'])); exit;