]> code.citadel.org Git - citadel.git/blob - ctdlphp/index.php
FDIO: don't set fd's to 0, -1 is better since its safe for abuse.
[citadel.git] / ctdlphp / index.php
1 <?PHP
2
3 header("Location: login.php");
4
5 ?>