PluginProbe
Redirection / 2.2.9
Redirection v2.2.9
5.10.0 5.9.0 5.8.1 5.8.0 3.7.2 3.7.3 4.0 4.0.1 4.1 4.1.1 4.2 4.2.1 4.2.2 4.2.3 4.3 4.3.1 4.3.2 4.3.3 4.4 4.4.1 4.4.2 4.5 4.5.1 4.6.2 4.7.1 All 130 releases
redirection / view / admin / annoy.php

annoy.php in Redirection 2.2.9, at view/admin/annoy.php

12 lines 632 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php if (!defined ('ABSPATH')) die ('No direct access allowed'); ?>
2 <?php
3 $options = $this->get_options ();
4 $sub = isset ($_GET['sub']) ? $_GET['sub'] : '';
5 $url = explode ('&', $_SERVER['REQUEST_URI']);
6 $url = $url[0];
7
8 if (!$options['support']) :?>
9 <div style="text-align: center; width: 80px; height: 50px; float: right; margin: 5px 15px 1px 0; padding: 4px 3px 0px 3px;-moz-border-radius: 5px; -webkit-border-radius: 5px;" id="support-annoy">
10 <a href="<?php echo $this->base(); ?>?page=redirection.php&amp;sub=support"><img src="<?php echo $this->url () ?>/images/donate.gif" alt="support" /></a>
11 </div>
12 <?php endif; ?>