Don't allow direct loading of link-parse-opml.php. This file needs to go away someday.

git-svn-id: http://svn.automattic.com/wordpress/branches/2.8@11683 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2009-07-02 03:15:33 +00:00
parent d322fdee11
commit 617b650b27

View File

@ -6,8 +6,8 @@
* @subpackage Administration
*/
/** Load WordPress Bootstrap */
require_once('../wp-load.php');
if ( ! defined('ABSPATH') )
die();
global $opml, $map;