mirror of
https://github.com/vrana/adminer.git
synced 2026-07-08 14:52:51 +02:00
Print SQL query by messages
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@480 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -15,6 +15,14 @@ function page_header($title, $error = "", $breadcrumb = array(), $title2 = "") {
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<script type="text/javascript">
|
||||
document.body.className = 'js';
|
||||
function toggle(id) {
|
||||
var el = document.getElementById(id);
|
||||
el.className = (el.className == 'hidden' ? '' : 'hidden');
|
||||
return true;
|
||||
}
|
||||
</script>
|
||||
|
||||
<div id="content">
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user