[+] Dispatcher
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7069 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -31,7 +31,7 @@ include(dirname(__FILE__).'/trackingfront.php');
|
||||
|
||||
$tf = new TrackingFront();
|
||||
if (!$tf->active)
|
||||
Tools::redirect('404.php');
|
||||
Tools::redirect('index.php/404');
|
||||
$tf->postProcess();
|
||||
echo $tf->isLogged() ? $tf->displayAccount() : $tf->displayLogin();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user