wp/wp-content/plugins/wp-filemanager/incl/html.header.inc.php
author ymh <ymh.work@gmail.com>
Mon, 14 Oct 2019 17:39:30 +0200
changeset 7 cf61fcea0001
parent 0 d970ebf37754
permissions -rw-r--r--
resynchronize code repo with production

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