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:
@@ -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
|
||||
|
Reference in New Issue
Block a user