mirror of
https://github.com/vrana/adminer.git
synced 2026-02-28 01:21:25 +01:00
Basic view
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@8 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
page_header(lang('View') . ": " . htmlspecialchars($_GET["view"]));
|
||||
echo "<h2>" . lang('View') . ": " . htmlspecialchars($_GET["view"]) . "</h2>\n";
|
||||
echo htmlspecialchars(mysql_result(mysql_query("SHOW CREATE VIEW " . idf_escape($_GET["view"])), 0, 1));
|
||||
|
||||
Reference in New Issue
Block a user