design/site/login/login/member-index.php
2009-06-05 18:06:09 +00:00

10 lines
236 B
PHP

<?php
require_once('auth.php');
require('libs/menu.php');
?>
<p>This is a password protected area only accessible to members. </p>
<p>This is also where you can get the current news, downloads, and more!</p>
</body>
</html>