mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 17:14:07 +02:00
Create confirm function
This commit is contained in:
@@ -104,7 +104,7 @@ if ($fields) {
|
||||
}
|
||||
}
|
||||
if ($update) {
|
||||
echo "<input type='submit' name='delete' value='" . lang('Delete') . "'$confirm>\n";
|
||||
echo "<input type='submit' name='delete' value='" . lang('Delete') . "'" . confirm() . ">\n";
|
||||
}
|
||||
?>
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user