Guest User

Untitled

a guest
May 23rd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. shell_exec("xdg-open 'https://www.google.com'");
  2. shell_exec("xdg-open /usr/bin/chromium-browser");
  3. shell_exec("xdg-open sensitive-browser");
  4. shell_exec("x-www-browser https://www.google.com");
  5. shell_exec("sensitive-browser");
  6. shell_exec("/usr/bin/chromium-browser");
Add Comment
Please, Sign In to add comment