phpsaadmin 1.12

There were a critical bug when you used imap authentication in version 1.11. This release should fix that. Download here. Thanks to Matt Glaves for reporting this.

The demo has also been updated to version 1.12. Login with demo/demo as username/password.

4 Responses to “phpsaadmin 1.12”

  1. Andrew Says:

    Whitelisting does not seem to save values in mysql table

  2. Morten Says:

    It is working fine on the demo page.

  3. Andrew Says:

    Not when you hit update settings, might be a browser problem have not tested in IE just mozilla

  4. Morten Says:

    It seems that Mozilla is a bit more picky than IE when it comes to javascripts. Just replace “var select = sa.elements[blackwhitelists[x]];” with “var select = document.forms.sa.elements[blackwhitelists[x]];” in index.php