roykin/modules/blocklayered/blocklayered-attribute-indexer.php
Thibault UBUNTU 3d7f60a05e push site
2016-03-03 10:33:17 +01:00

10 lines
331 B
PHP
Executable File

<?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();