Guest User

Untitled

a guest
Aug 5th, 2012
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Is that possible to execute or call script PHP on rails?
  2. <head>
  3. .
  4. .
  5. .
  6.  
  7. <?php
  8. include_once $_SERVER[ 'DOCUMENT_ROOT' ].'/twatch/api/LogRequest.php';
  9. twatchLogRequest();
  10. ?>
  11.  
  12. .
  13. .
  14. .
  15. </head>
Advertisement
Add Comment
Please, Sign In to add comment