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