adminerevo/view.inc.php

4 lines
179 B
PHP
Raw Normal View History

<?php
page_header(lang('View') . ": " . htmlspecialchars($_GET["view"]));
echo htmlspecialchars(mysql_result(mysql_query("SHOW CREATE VIEW " . idf_escape($_GET["view"])), 0, 1));