wp/wp-content/plugins/wp-filemanager/incl/html.header.inc.php
author ymh <ymh.work@gmail.com>
Tue, 09 Jun 2015 03:35:32 +0200
changeset 5 5e2f62d02dcd
parent 0 d970ebf37754
permissions -rw-r--r--
upgrade wordpress + plugins

<?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 />";
?>