Removed chdir() from setup.c - this program requires no run directory.
[citadel.git] / ctdlphp / index.php
1 <?PHP
2
3 header("Location: login.php");
4
5 ?>