From b4bdb1795669cdcee3a35e56dc3693aac80c1988 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Thu, 2 Jul 2009 03:15:00 +0000 Subject: [PATCH] Don't allow direct loading of link-parse-opml.php. This file needs to go away someday. git-svn-id: https://develop.svn.wordpress.org/trunk@11682 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/link-parse-opml.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/link-parse-opml.php b/wp-admin/link-parse-opml.php index 7d03a15382..ca3e7ebac4 100644 --- a/wp-admin/link-parse-opml.php +++ b/wp-admin/link-parse-opml.php @@ -6,8 +6,8 @@ * @subpackage Administration */ -/** Load WordPress Bootstrap */ -require_once('../wp-load.php'); +if ( ! defined('ABSPATH') ) + die(); global $opml, $map;