ravencraft Posted April 18, 2010 Report Share Posted April 18, 2010 Hello, I created a page to show all the scheduled routes. I put this in that pages .htm file <?php MainController::Run("Routemap", "index"); ?> It works but only shows the first 25 routes. On the forum I read about some references to a limit but I can't find where that limit is set. How can I increase the limit of routes that it shows? Thanks Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted April 18, 2010 Administrators Report Share Posted April 18, 2010 IN the app.config.php file, theres a setting: Config::Set('ROUTE_MAP_SHOW_NUMBER', 20); Just copy that line into the local.config.php file and then change the value, and you should be set Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.