mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 10:04:07 +02:00
Comment
This commit is contained in:
@@ -17,6 +17,9 @@ CREATE TABLE login (
|
||||
class AdminerLoginTable {
|
||||
var $database;
|
||||
|
||||
/** Set database of login table
|
||||
* @param string
|
||||
*/
|
||||
function AdminerLoginTable($database) {
|
||||
$this->database = $database;
|
||||
}
|
||||
|
Reference in New Issue
Block a user