From beabce5100dfa7da83cc2a087755e0713598ff9a Mon Sep 17 00:00:00 2001 From: Carsten Schmitz Date: Sun, 21 Oct 2007 16:24:37 +0000 Subject: [PATCH] More security measures git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/stable_plus@3449 b72ed6b6-b9f8-46b5-92b4-906544132732 --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index 7ba209d1397..6357fbf8bd6 100644 --- a/index.php +++ b/index.php @@ -84,6 +84,7 @@ } +if (isset($_REQUEST['embedded_inc'])) {die('You cannot start this script directly');} if ( $embedded_inc != '' ) require_once( $embedded_inc );