diff options
Diffstat (limited to 'func_youtube.php')
| -rw-r--r-- | func_youtube.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/func_youtube.php b/func_youtube.php index 9affc33..692cc90 100644 --- a/func_youtube.php +++ b/func_youtube.php @@ -11,7 +11,8 @@ $yt->setMajorProtocolVersion(2); function error(){ - header("Refresh: 0; /youtube"); + header($_SERVER['SERVER_PROTOCOL'] . " 503 Temporary unavailable"); + header("Refresh: 0; /random"); exit; } |
