/terms.php
http://forceworkbench.googlecode.com/ · PHP · 7 lines · 7 code · 0 blank · 0 comment · 0 complexity · 3a1309b5b19015df38c12ff03d6e8bcb MD5 · raw file
- <?php
- require_once 'session.php';
- require_once 'shared.php';
- require_once 'header.php';
- require_once 'terms.html';
- require_once 'footer.php';
- ?>