Bernd Wurst commited on 2013-09-19 06:39:23
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.
... | ... |
@@ -153,7 +153,7 @@ elseif ($_GET['action'] == 'newcsr') |
153 | 153 |
if (isset($_REQUEST['replace'])) { |
154 | 154 |
$replace = $_REQUEST['replace']; |
155 | 155 |
} |
156 |
- $cn = $_REQUEST['commonname']; |
|
156 |
+ $cn = urldecode($_REQUEST['commonname']); |
|
157 | 157 |
$bitlength = 4096; |
158 | 158 |
if (isset($_REQUEST['bitlength'])) { |
159 | 159 |
$bitlength = $_REQUEST['bitlength']; |
160 | 160 |