Hello
I am modifying my online shop code, and I wrote a php file at the root of my shop.
This is the code i wrote:
<?php
require(dirname(__FILE__).'/config/config.inc.php');
Tools::redirect('index.php?controller=validacionusuario'.((count($_GET) || count($_POST)) ?
'&'.http_build_query(...