chocolatdemariage/www/modules/blocklayered/blocklayered-attribute-indexer.php
Michael RICOIS f46be40623 Init
2017-06-07 16:31:24 +02:00

10 lines
331 B
PHP

<?php
include(dirname(__FILE__).'/../../config/config.inc.php');
include(dirname(__FILE__).'/blocklayered.php');
if (substr(Tools::encrypt('blocklayered/index'),0,10) != Tools::getValue('token') || !Module::isInstalled('blocklayered'))
die('Bad token');
$blockLayered = new BlockLayered();
echo $blockLayered->indexAttribute();