mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 07:36:44 +02:00
SQL: Stop session
This commit is contained in:
@@ -17,6 +17,7 @@ if (!$error && $_POST["clear"]) {
|
|||||||
$history = array();
|
$history = array();
|
||||||
redirect(remove_from_uri("history"));
|
redirect(remove_from_uri("history"));
|
||||||
}
|
}
|
||||||
|
stop_session();
|
||||||
|
|
||||||
page_header((isset($_GET["import"]) ? lang('Import') : lang('SQL command')), $error);
|
page_header((isset($_GET["import"]) ? lang('Import') : lang('SQL command')), $error);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user