/[pxelator]/lib/PXElator/browser.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/PXElator/browser.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 506 by dpavlin, Mon Sep 7 21:34:05 2009 UTC revision 507 by dpavlin, Wed Jul 21 15:50:46 2010 UTC
# Line 2  package browser; Line 2  package browser;
2    
3  sub start {  sub start {
4          my $url = $ENV{url};          my $url = $ENV{url};
5          exec "google-chrome $url http://localhost:5984/_utils/database.html?pxelator";          exec "google-chrome $url" # http://localhost:5984/_utils/database.html?pxelator";
6          exec "/etc/alternatives/x-www-browser $url";          exec "/etc/alternatives/x-www-browser $url";
7  }  }
8    

Legend:
Removed from v.506  
changed lines
  Added in v.507

  ViewVC Help
Powered by ViewVC 1.1.26