--- lib/PXElator/browser.pm 2009/08/06 18:24:58 163 +++ lib/PXElator/browser.pm 2009/08/15 14:41:17 222 @@ -2,7 +2,7 @@ sub start { my $url = shift; - exec "google-chrome $url"; + exec "google-chrome $url http://localhost:5984/_utils/database.html?pxelator"; exec "/etc/alternatives/x-www-browser $url"; }