mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 10:04:07 +02:00
Always try highlight
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@685 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -1,8 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
if (isset($_POST["query"])) {
|
|
||||||
setcookie("highlight", $_POST["highlight"], strtotime("+1 month"), preg_replace('~\\?.*~', '', $_SERVER["REQUEST_URI"]));
|
|
||||||
$_COOKIE["highlight"] = $_POST["highlight"];
|
|
||||||
}
|
|
||||||
page_header(lang('SQL command'), $error);
|
page_header(lang('SQL command'), $error);
|
||||||
|
|
||||||
if (!$error && $_POST) {
|
if (!$error && $_POST) {
|
||||||
|
Reference in New Issue
Block a user