Skip to content

Commit

Permalink
changes in phpMiniAdmin 1.8.120510
Browse files Browse the repository at this point in the history
- fixed: Undefined offset in get_rand_str
- fixed: automatic relogin on XSS error
- added: page navigator at the bottom
- added: row counts, table sizes on the table list
- added: MIT license
- added: query history via browser's localStorage
- added: if database empty - show databases
- added: after import - show tables
- changed: moved from html 4.01 to html 5
- changed: simplified settings form
  • Loading branch information
osalabs committed May 10, 2012
1 parent b4b6189 commit 4cf7eec
Show file tree
Hide file tree
Showing 2 changed files with 210 additions and 110 deletions.
13 changes: 13 additions & 0 deletions README
@@ -1,3 +1,16 @@
changes in phpMiniAdmin 1.8.120510

- fixed: Undefined offset in get_rand_str
- fixed: automatic relogin on XSS error
- added: page navigator at the bottom
- added: row counts, table sizes on the table list
- added: MIT license
- added: query history via browser's localStorage
- added: if database empty - show databases
- added: after import - show tables
- changed: moved from html 4.01 to html 5
- changed: simplified settings form

changes in phpMiniAdmin 1.7.111025 changes in phpMiniAdmin 1.7.111025


- fixed: unable to relogin on XSS error - fixed: unable to relogin on XSS error
Expand Down

0 comments on commit 4cf7eec

Please sign in to comment.