/[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 389 by dpavlin, Sat Aug 15 14:41:17 2009 UTC revision 390 by dpavlin, Mon Sep 7 21:34:05 2009 UTC
# Line 1  Line 1 
1  package browser;  package browser;
2    
3  sub start {  sub start {
4          my $url = shift;          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  }  }

Legend:
Removed from v.389  
changed lines
  Added in v.390

  ViewVC Help
Powered by ViewVC 1.1.26