// Merge -> revision 8507
This commit is contained in:
@@ -5,7 +5,10 @@ if (file_exists($configPath))
|
||||
{
|
||||
include('../../../config/config.inc.php');
|
||||
if (!Tools::getValue('token') || Tools::getValue('token') != Configuration::get('EBAY_SECURITY_TOKEN'))
|
||||
die('ERROR :X');
|
||||
die('ERROR : INVALID TOKEN');
|
||||
|
||||
// Fix for limit db sql request in time
|
||||
sleep(1);
|
||||
|
||||
$currentPath = Db::getInstance()->getRow('
|
||||
SELECT ecc.`id_ebay_category`, ec.`id_category_ref`, ec.`id_category_ref_parent`, ec.`level`
|
||||
|
||||
Reference in New Issue
Block a user