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/trunk@11682 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2009-07-02 03:15:00 +00:00
parent a5786f5730
commit 57b330b0ed
1 changed files with 2 additions and 2 deletions

View File

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