aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--video.module3
1 files changed, 1 insertions, 2 deletions
diff --git a/video.module b/video.module
index 93f2d17..0c12726 100644
--- a/video.module
+++ b/video.module
@@ -208,8 +208,7 @@ $type = "vidfile";
// Didn't this use to work?
header("HTTP/1.0 301 Moved Permanently");
}
- header("Location: " . $base_url."/".$wl->$type);
- print("ciao");
+ header("Location: ".$wl->$type);
}
}