annotate logintets/info.php @ 9:9652dc713ba6 boosterpack

working on adding to rlmcintyre.com
author Robert McIntyre <rlm@mit.edu>
date Sat, 26 Jun 2010 20:06:08 -0400
parents 477258d09353
children
rev   line source
robert@0 1 <html>
robert@0 2 <head>
robert@0 3 <title> PHP Test Script </title>
robert@0 4 </head>
robert@0 5 <body>
robert@0 6 <?php
robert@0 7 phpinfo( );
robert@0 8 ?>
robert@0 9 </body>
robert@0 10 </html>