1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-07 07:06:45 +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:
jakubvrana
2010-04-21 16:26:16 +00:00
parent 984d0907c8
commit 191e06bfd1

View File

@@ -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() {