| @@ -60,9 +60,9 @@ | ||
| 60 | 60 | |
| 61 | 61 | protected function _cleanInputKeys( $str ) |
| 62 | 62 | { |
| 63 | 63 | if ( ! preg_match("/^[a-z0-9:_\/\-\~]+$/i", $str)){ |
| 64 | - exit('Disallowed Key Characters on: ' . '"' . esc_html($str) . '"' . '<br>'); | |
| 64 | + exit('Disallowed Key Characters on: ' . '"' . $str . '"' . '<br>'); | |
| 65 | 65 | } |
| 66 | 66 | return $str; |
| 67 | 67 | } |
| 68 | 68 | |