diff --git a/src/start.php b/src/start.php index 5ec0aa6..12defc0 100644 --- a/src/start.php +++ b/src/start.php @@ -29,6 +29,7 @@ $app->config = (object) [ $app->setRoute( '/^\/CAPTCHA.png\?*\d*$/', 'CAPTCHA' ); $app->setRoute( '|^/page/(?\d+)/$|', 'Index', 'page'); +$app->setRoute( '|^/view_table/((?\d+)/)*$|', 'Index', 'table'); $app->setRoute( '/^.*$/', 'error404' ); $app->run(); \ No newline at end of file