Advertisement
Guest User

index.php

a guest
Jun 7th, 2014
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. <DOCTYPE html>
  2.     <head>
  3.         <title>Untitled Document</title>
  4.         <!-- Insert any Style Sheets -->
  5.     </head>
  6.     <body>
  7.         <?php
  8.         require('codon.config.php directory'); // Call the phpVMS config file
  9.         ?>
  10.  
  11.         <!-- Page Content -->
  12.     </body>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement