diff options
author | Alib <aliboba@free.fr> | 2010-02-26 15:44:45 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-02-26 15:44:45 +0100 |
commit | 39c1ca8f367d9fa60ab02542abcdc2b7dee5b556 (patch) | |
tree | 2b4047ddc87c0c60ee2ee3d6785ceffb76c0ec5e /includes/inc_video.php | |
parent | d26bb405c701b278ecf4b34b9b2d3012e90340ac (diff) | |
download | istreamdev-39c1ca8f367d9fa60ab02542abcdc2b7dee5b556.tar.gz istreamdev-39c1ca8f367d9fa60ab02542abcdc2b7dee5b556.tar.bz2 |
stripslashe current dir display
Diffstat (limited to 'includes/inc_video.php')
-rwxr-xr-x | includes/inc_video.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/inc_video.php b/includes/inc_video.php index cc12664..b117cb8 100755 --- a/includes/inc_video.php +++ b/includes/inc_video.php @@ -30,7 +30,7 @@ print "<div id=\"content\">\r\n"; print " <span class=\"graytitle\">Media</span>\r\n"; print " <br>"; print " <ul class=\"pageitem\">"; -print " <li class=\"textbox\"><span class=\"header\">Current path:</span><p>{$subdir}</p></li>"; +print " <li class=\"textbox\"><span class=\"header\">Current path:</span><p>" . stripslashes($subdir) . "</p></li>"; $noslashdir = stripslashes($mediapath.$subdir); $dir_handle = @opendir($noslashdir); |