Fix escaped html

Fix php error reporting security alert
Allow to see mainwp child plugin in plugins search
This commit is contained in:
ruben- 2015-12-12 18:39:23 +01:00
parent 5907f65e06
commit 7019c798ea
5 changed files with 12 additions and 13 deletions

View file

@ -5,7 +5,8 @@
Description: Child Plugin for MainWP. The plugin is used so the installed blog can be securely managed remotely by your network. Plugin documentation and options can be found here http://docs.mainwp.com
Author: MainWP
Author URI: http://mainwp.com
Version: 3.0-beta
Text Domain: mainwp-child
Version: 3.0-beta3
*/
if ( ( isset( $_REQUEST['heatmap'] ) && '1' === $_REQUEST['heatmap'] ) || ( isset( $_REQUEST['mainwpsignature'] ) && ( ! empty( $_REQUEST['mainwpsignature'] ) ) ) ) {
header( 'X-Frame-Options: ALLOWALL' );