1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-14 02:23:59 +02:00

Log to "$database.sql" by default

This commit is contained in:
Jakub Vrana
2011-08-10 18:10:23 +02:00
parent db2ac19b80
commit 71e0db4106
2 changed files with 14 additions and 2 deletions

View File

@@ -8,6 +8,14 @@ function connection() {
return $connection;
}
/** Get Adminer object
* @return Adminer
*/
function adminer() {
global $adminer;
return $adminer;
}
/** Unescape database identifier
* @param string text inside ``
* @return string