1.0
This commit is contained in:
5
php-sdk/tests/mock-server/redirect.php
Normal file
5
php-sdk/tests/mock-server/redirect.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
header("Content-Type: text/plain;charset=UTF-8", true);
|
||||
header("Location: ./ok.php", true, 301);
|
||||
echo "redirect to ok.php";
|
||||
exit();
|
||||
Reference in New Issue
Block a user