mirror of
https://github.com/vrana/adminer.git
synced 2025-08-07 15:16:44 +02:00
SQLite user
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1468 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -239,7 +239,7 @@ if (isset($_GET["sqlite"]) || isset($_GET["sqlite2"])) {
|
||||
}
|
||||
|
||||
function logged_user() {
|
||||
return ""; //! OS user
|
||||
return get_current_user(); // should return effective user
|
||||
}
|
||||
|
||||
function tables_list() {
|
||||
|
Reference in New Issue
Block a user