]> code.citadel.org Git - citadel.git/blob - ctdlphp/index.php
/* We used to wait for all threads to exit. Fuck that. The only thing important...
[citadel.git] / ctdlphp / index.php
1 <?PHP
2
3 header("Location: login.php");
4
5 ?>