object_in_user() is a master function which calls slave functions fetch_user_bio...
[citadel.git] / ctdlphp / index.php
1 <?PHP
2
3 header("Location: login.php");
4
5 ?>