From 9ca351b1ecd54f96606fa62415190a8eede73775 Mon Sep 17 00:00:00 2001 From: Alib Date: Sun, 28 Feb 2010 19:54:13 +0100 Subject: subdirs now ok --- includes/inc_video.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'includes/inc_video.php') diff --git a/includes/inc_video.php b/includes/inc_video.php index dc3f8e0..399326c 100755 --- a/includes/inc_video.php +++ b/includes/inc_video.php @@ -2,6 +2,8 @@ $mediapath = $_REQUEST['mediapath']; $subdir = $_REQUEST['subdir']; +$mediapath = stripslashes($mediapath); +$subdir = stripslashes($subdir); /* Add last slash to dirs */ if ($mediapath[strlen($mediapath)-1] != '/') -- cgit v1.2.3