1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-21 13:51:33 +02:00

Fix XSS in alter table (found by HP Fortify)

This commit is contained in:
Jakub Vrana
2015-08-05 18:12:36 -07:00
parent ea0c9d9b5e
commit 596f8df373
3 changed files with 5 additions and 1 deletions

View File

@@ -1,2 +1,2 @@
<?php
$VERSION = "4.2.1";
$VERSION = "4.2.2";