diff options
Diffstat (limited to 'includes/inc_video.php')
-rwxr-xr-x | includes/inc_video.php | 2 |
1 files changed, 2 insertions, 0 deletions
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] != '/') |