Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Simply redirects to home page
Browse files Browse the repository at this point in the history
  • Loading branch information
ionux committed May 16, 2014
1 parent f062798 commit 3e98f0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bitpay/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?php
ob_start();
header('Location: ' . $_SERVER['SERVER_NAME']);

0 comments on commit 3e98f0b

Please sign in to comment.