Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / serviceworker / resources / redirect.php
1 <?php
2     $url = $_GET['Redirect'];
3     header("Location: $url");
4 ?>