Closed GoogleCodeExporter closed 9 years ago
This looks like a duplicate of issue #114 and should be fixed in the
development version 1.9.4 already. Could you please have a try whether the
development version solves your issue? you can get it from svn here:
http://phpliteadmin.googlecode.com/svn/source/1.9.3/phpliteadmin.php
Original comment by crazy4ch...@gmail.com
on 20 Jan 2013 at 10:31
Thanks for reporting this issue. In fact, it was not a duplicate of issue #114,
but related to it.
There were a couple of calls to stripslashes(). Stripslashes() does only make
sense on input parameters iff Magic Quotes is enabled (which it should not be
on servers any longer - deprecated feature, removed in PHP 5.4).
So I used the workaround from the php docu to stripslahses() of all parameters
if Magic Quotes is turned on. And I removed all the other stripslahses().
You can find a fixed version in svn:
http://phpliteadmin.googlecode.com/svn/source/1.9.4/phpliteadmin.php
(sorry, I linked to the wrong version above!)
It would be great if you could confirm that the fix solves your issue.
Original comment by crazy4ch...@gmail.com
on 27 Jan 2013 at 2:02
Original issue reported on code.google.com by
Mardiros...@gmail.com
on 17 Jan 2013 at 3:55