aboutsummaryrefslogtreecommitdiffstats
path: root/tools/init.php
diff options
context:
space:
mode:
Diffstat (limited to 'tools/init.php')
-rw-r--r--tools/init.php2
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 ) {