From df2e1a172c4a70e72c4a3da801c17175a9310967 Mon Sep 17 00:00:00 2001 From: suifengtec Date: Thu, 11 Feb 2016 12:15:25 +0800 Subject: [PATCH] prevent access directly. Signed-off-by: suifengtec --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 1ee53bb7..0c1de33f 100644 --- a/index.php +++ b/index.php @@ -7,7 +7,7 @@ Version: 1.3.36 Author: Ultimate Member Author URI: http://ultimatemember.com/ */ - + defined('ABSPATH') || exit; require_once(ABSPATH.'wp-admin/includes/plugin.php'); $plugin_data = get_plugin_data( __FILE__ );