mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 09:34:10 +02: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