<?php
/**
*
* Admin Panel Donate
*
* The donate panel widget.
*
* @package EPS 301 Redirects
* @author WebFactory Ltd
*/
// include only file
if (!defined('ABSPATH')) {
die('Do not open this file directly.');
}
?>
<div id="donate-box" class="eps-panel">
<p>Please send comments, questions, bugs and feature requests to: <a
href="mailto:support@webfactoryltd.com?subject=301%20Redirects%20plugin">support@webfactoryltd.com</a>.</p>
</div>