- Timestamp:
- Sep 5, 2010, 6:20:04 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
en/dev/translation/editor.php
r189 r190 23 23 $input = $_GET['page']; 24 24 25 if(!preg_match("#^/(de|en)/[/a-z ]+\.s?html?$#", $input)) {25 if(!preg_match("#^/(de|en)/[/a-z\-_]+\.s?html?$#", $input)) { 26 26 print "Bad input filename."; 27 27 exit;
Note: See TracChangeset
for help on using the changeset viewer.