Files
phpki-ng/ca/index.php

4 lines
45 B
PHP
Raw Normal View History

<?php
2012-02-28 08:23:39 +00:00
header("Location: ./../index.php");
?>