Created
January 27, 2019 16:24
-
-
Save 328/0066750fdcd8270287623b0b0c059e63 to your computer and use it in GitHub Desktop.
303テスト用
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
http_response_code(303); | |
header('Location: http://example.com'); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment