﻿Index: wp-settings.php
===================================================================
--- wp-settings.php	(revision 11699)
+++ wp-settings.php	(working copy)
@@ -9,6 +9,9 @@
  * @package WordPress
  */
 
+if ( !defined('ABSPATH') )
+	die();
+
 if ( !defined('WP_MEMORY_LIMIT') )
 	define('WP_MEMORY_LIMIT', '32M');
 
