Let the /list route refer to the users' VPS list specifically.

feature/node-rewrite
Sven Slootweg 11 years ago
parent 233a4cd717
commit 7fe72f6894

@ -59,6 +59,7 @@ try
$router->routes = array(
0 => array(
'^/?$' => "modules/client/vps/list.php",
'^/list?$' => "modules/client/vps/list.php",
'^/account/?$' => "modules/client/account/index.php",
'^/login/?$' => "modules/shared/login.php",
'^/logout/?$' => "modules/shared/logout.php",

Loading…
Cancel
Save