diff options
Diffstat (limited to 'tools/init.php')
-rw-r--r-- | tools/init.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/init.php b/tools/init.php index baf3d9a..deb20e5 100644 --- a/tools/init.php +++ b/tools/init.php @@ -38,7 +38,7 @@ function video_exists($url) { @$headers = get_headers($url); foreach ($headers as $hdr) { if (preg_match('/^HTTP\/\d\.\d\s+(403)/', $hdr)){ - $result = TRUE; + $result = TRUE; // Found 403 Error } } if ( $result = TRUE ) { |