# redirection/2.3.13/view/admin/annoy.php

Redirection, version 2.3.13. 12 lines.

- Page: https://pluginprobe.com/plugins/redirection/2.3.13/code/view/admin/annoy.php
- Raw: https://pluginprobe.com/plugins/redirection/2.3.13/raw/view/admin/annoy.php
- Modified: 2012-05-06T13:14:58+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/redirection/2.3.13/code/view/admin/annoy.php#L10-L20`.

```php
<?php if (!defined ('ABSPATH')) die ('No direct access allowed'); ?>
<?php
	$options = $this->get_options ();

	if (!$options['support']) :?>
	<div style="text-align: center; width: 94px; height: 32px; float: right; margin: 5px 15px 1px 0; padding: 4px 3px 0px 3px;-moz-border-radius: 5px; -webkit-border-radius: 5px;" id="support-annoy">
	<a href="<?php echo admin_url( 'tools.php?page=redirection.php&amp;sub=support' ); ?>">
		<img src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" alt="support" />
	</a>
</div>
<?php endif; ?>

```
