Advertisement
Guest User

Untitled

a guest
Apr 8th, 2012
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <html><body><h1>It works!</h1>
  2. <p>This is the default web page for this server.</p>
  3. <?php
  4. php_info();
  5. echo "test";
  6. ?>
  7. <p>The web server software is running but no content has been added, yet.</p>
  8. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement