wp/wp-content/plugins/wp-filemanager/incl/header.inc.php
author ymh <ymh.work@gmail.com>
Fri, 08 Nov 2013 12:04:48 +0000
changeset 2 a899d1822525
parent 0 d970ebf37754
permissions -rw-r--r--
add unfiltered-mu plugin to allow administrator to add scripts and iframes

<?php
if ( ! defined( 'ABSPATH' ) )
	die();
$base_url = "?page=" . htmlentities(rawurlencode($_GET['page']));
?>