diff --git a/view.inc.php b/view.inc.php index e69de29b..c77a4fe7 100644 --- a/view.inc.php +++ b/view.inc.php @@ -0,0 +1,4 @@ +" . lang('View') . ": " . htmlspecialchars($_GET["view"]) . "\n"; +echo htmlspecialchars(mysql_result(mysql_query("SHOW CREATE VIEW " . idf_escape($_GET["view"])), 0, 1));