[+] Dispatcher

This commit is contained in:
fBrignoli
2011-06-15 16:32:06 +00:00
parent 5f0fb35a1d
commit 1bb4a61a42
140 changed files with 936 additions and 534 deletions
+1 -1
View File
@@ -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();