summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorGuillaume Mazoyer <respawneral@gmail.com>2014-05-29 17:19:26 +0200
committerGuillaume Mazoyer <respawneral@gmail.com>2014-05-29 17:19:26 +0200
commitba6d285f40477d7d284e28efdf94039e1fc9ee5f (patch)
tree66fca81acaf9406bf081b3d4cf54fface4e144d2 /index.php
parente00d3fc0ba3da807791267ae16a7aa40e7445023 (diff)
Prevent PHP to be executed when not going through index.php.
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 2 insertions, 0 deletions
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';
?>
<!DOCTYPE html>