diff options
Diffstat (limited to 'templates/song_edit.inc')
-rw-r--r-- | templates/song_edit.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/song_edit.inc b/templates/song_edit.inc index 5c651e3f..eb6179d7 100644 --- a/templates/song_edit.inc +++ b/templates/song_edit.inc @@ -1,7 +1,7 @@ <?php /* - Copyright (c) 2004 Ampache.org + Copyright (c) 2001 - 2006 Ampache.org All rights reserved. This program is free software; you can redistribute it and/or @@ -20,7 +20,7 @@ */ preg_match("/^.*\/(.*?)$/",$song->file, $short); -$filename = htmlspecialchars($short[1]); +$filename = scrub_out($short[1]); $target = conf('web_path').'/admin/flags.php'; ?> |