mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 01:54:00 +02:00
Reintegrate sqlite branch
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1466 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<?php
|
||||
page_header(lang('Server'), "", null);
|
||||
page_header(lang('Server'), "", false);
|
||||
|
||||
?>
|
||||
<form action=""><p>
|
||||
<?php echo SID_FORM; ?>
|
||||
<?php hidden_fields_get(); ?>
|
||||
<input name="where[0][val]" value="<?php echo h($_GET["where"][0]["val"]); ?>">
|
||||
<input type="submit" value="<?php echo lang('Search'); ?>" />
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user