mirror of
https://github.com/OutCast3k/coinbin.git
synced 2026-01-20 12:41:08 +01:00
6 lines
97 B
PHP
6 lines
97 B
PHP
<?php
|
|
/* PHP file enables heroku auto type discovery */
|
|
header('Location: index.html');
|
|
exit;
|
|
?>
|