mirror of
https://github.com/vrana/adminer.git
synced 2026-01-30 19:30:13 +01:00
Translation
Added translation for "access denied"
This commit is contained in:
@@ -18,7 +18,7 @@ class AdminerDisableTables {
|
||||
];
|
||||
|
||||
$select = filter_input(INPUT_GET, 'table', FILTER_SANITIZE_STRING);
|
||||
if(isset($select) && $disabledTables[$select]) die('Access Denied.');
|
||||
if(isset($select) && $disabledTables[$select]) die(h('Access Denied.'));
|
||||
|
||||
if($disabledTables[$tableStatus['Name']]){
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user