Hi
On Wed, 02 Aug 2006 09:16:45 +0200 Sebastian Mendel lists@sebastianmendel.de wrote:
i would like to introduce saving server, db and table in cookie too, but only checked in index.php
so a user will always return to the last opened server/db/table
Good idea.
// with true phpMyAdmin will save last opened server/db/table in a // cookie and restore it when phpMyAdmin re-opens $cfg['RememberLastPosition'] = true;
I think this would be better if configured per user, but we don't have framework for that...