cacert-webdb/www/error403.php

5 lines
37 B
PHP
Raw Normal View History

2007-01-28 18:41:58 +00:00
<?
header("location: /");
exit;
?>