]> code.citadel.org Git - citadel.git/blob - ctdlphp/index.php
Removing things that depend on sysvinit. It's a systemd world now.
[citadel.git] / ctdlphp / index.php
1 <?PHP
2
3 header("Location: login.php");
4
5 ?>