Public part: home and team part

This commit is contained in:
Némunaire 2013-10-26 08:59:59 +02:00
commit f8eff22c22
3 changed files with 13 additions and 6 deletions

View file

@ -10,7 +10,7 @@ try
return "public/team";
}
catch($e)
catch(Exception $e)
{
return "404";
}