From 2d9f9d67fcbd3cddd47068faeb38ad4047574bbf Mon Sep 17 00:00:00 2001 From: Fabio Varesano Date: Wed, 22 Jun 2005 20:21:20 +0000 Subject: Solved a but which let absolute path not work. --- video.module | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'video.module') 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); } } -- cgit v1.2.3