1
0
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:
Jakub Vrana
2025-03-31 18:39:02 +02:00
parent b2fb3587fd
commit 5b095e9f4e

View File

@@ -17,6 +17,7 @@ if (!$error && $_POST["clear"]) {
$history = array();
redirect(remove_from_uri("history"));
}
stop_session();
page_header((isset($_GET["import"]) ? lang('Import') : lang('SQL command')), $error);