coinbin/index.php

6 lines
97 B
PHP

<?php
/* PHP file enables heroku auto type discovery */
header('Location: index.html');
exit;
?>