cacert-webdb/www/error403.php
2007-01-28 18:41:58 +00:00

4 lines
37 B
PHP

<?
header("location: /");
exit;
?>