view logintets/info.php @ 10:3b52ac950753 boosterpack tip

going to try to fix this thing
author Robert McIntyre <rlm@mit.edu>
date Mon, 27 Sep 2010 17:24:06 -0400
parents 477258d09353
children
line wrap: on
line source
1 <html>
2 <head>
3 <title> PHP Test Script </title>
4 </head>
5 <body>
6 <?php
7 phpinfo( );
8 ?>
9 </body>
10 </html>