// Blocklayered Fix bug with SSL

This commit is contained in:
mDeflotte
2012-02-02 10:48:48 +00:00
parent 288d55b36e
commit b7f23cb3ec
4 changed files with 26 additions and 15 deletions
@@ -1,7 +1,6 @@
<?php
include(dirname(__FILE__).'/../../config/config.inc.php');
include(dirname(__FILE__).'/../../init.php');
include(dirname(__FILE__).'/blocklayered.php');
if (substr(Tools::encrypt('blocklayered/index'),0,10) != Tools::getValue('token') || !Module::isInstalled('blocklayered'))