changeset 871:9b9939fce097

Whooops.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 26 Nov 2014 13:31:12 +0200
parents b5176d174bf5
children 5e9958f78b16
files msite.inc.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/msite.inc.php	Wed Nov 26 13:21:07 2014 +0200
+++ b/msite.inc.php	Wed Nov 26 13:31:12 2014 +0200
@@ -844,7 +844,7 @@
 //
 function stFilterPathComponent($str)
 {
-  return preg_replace("/[^a-zA-Z0-9\,\.\/_-]/", "_", $str);
+  return preg_replace("/[^a-zA-Z0-9\,\._-]/", "_", $str);
 }