Auch Großbuchstaben sind im Pfad erlaubt
bernd

bernd commited on 2007-08-11 16:52:56
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.


git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@617 87cf0b9e-d624-0410-a070-f6ee81989793
... ...
@@ -110,7 +110,7 @@ function check_path( $input )
110 110
       return False;
111 111
     }
112 112
   }
113
-  return (preg_match('/^[a-z0-9.@\/_-]*$/',$input) == 1);
113
+  return (preg_match('/^[A-Za-z0-9.@\/_-]*$/',$input) == 1);
114 114
 }
115 115
 
116 116
 
117 117