wp/wp-content/plugins/wp-filemanager/incl/html.header.inc.php
author ymh <ymh.work@gmail.com>
Wed, 06 Nov 2013 03:21:17 +0000
changeset 0 d970ebf37754
permissions -rw-r--r--
first import

<?php
if ( ! defined( 'ABSPATH' ) )
	die();
   print "<link rel='stylesheet' href='" . WP_CONTENT_URL . "/plugins/wp-filemanager/incl/phpfm.css' type='text/css'>";
    print "<center>";
    print "<br />";
?>