XSS und SQL Injection Lücken geschlossen

This commit is contained in:
Andreas Österreicher
2014-07-03 12:22:37 +00:00
parent 21d4ce237a
commit b96a7f5e7c
13 changed files with 475 additions and 312 deletions
+1 -2
View File
@@ -745,8 +745,7 @@
ts.addParser({
id: "DatummitUhrzeit",
is: function(s) {
alert("CHECK");
return s.match(new RegExp(/^[0-9]{1,2}.[0-9]{1,2}.[0-9]{4} ( (([0-2]?[0-9]:[0-5][0-9])|([0-1]?[0-9]:[0-5][0-9]))$/));
return s.match(new RegExp(/^[0-9]{1,2}.[0-9]{1,2}.[0-9]{4} (([0-2]?[0-9]:[0-5][0-9])|([0-1]?[0-9]:[0-5][0-9]))$/));
},
format: function(s) {
return $.tablesorter.formatFloat(new Date(s).getTime());