Add a dummy 'top' action to take you to the main page of the site

This commit is contained in:
Evan Prodromou
2011-09-30 09:45:17 -04:00
parent 3aad58c37f
commit 9ba736c032
2 changed files with 87 additions and 0 deletions

View File

@@ -156,6 +156,7 @@ class Router
'backupaccount',
'deleteaccount',
'restoreaccount',
'top',
);
foreach ($main as $a) {