From ba6d285f40477d7d284e28efdf94039e1fc9ee5f Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Thu, 29 May 2014 17:19:26 +0200 Subject: Prevent PHP to be executed when not going through index.php. --- index.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'index.php') diff --git a/index.php b/index.php index 895be86..8e43b67 100644 --- a/index.php +++ b/index.php @@ -18,6 +18,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +define('LOOKING_GLASS01', 1); + require_once 'config.php'; ?> -- cgit v1.2.3