/terms.php

http://forceworkbench.googlecode.com/ · PHP · 7 lines · 7 code · 0 blank · 0 comment · 0 complexity · 3a1309b5b19015df38c12ff03d6e8bcb MD5 · raw file

  1. <?php
  2. require_once 'session.php';
  3. require_once 'shared.php';
  4. require_once 'header.php';
  5. require_once 'terms.html';
  6. require_once 'footer.php';
  7. ?>