diff options
Diffstat (limited to 'httemplate/search/sql.html')
-rw-r--r-- | httemplate/search/sql.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/httemplate/search/sql.html b/httemplate/search/sql.html new file mode 100644 index 000000000..b28c045d1 --- /dev/null +++ b/httemplate/search/sql.html @@ -0,0 +1,7 @@ +<%= include( 'elements/search.html', + 'title' => 'Query Results', + 'name' => 'rows', + 'query' => 'SELECT '. ( $cgi->param('sql') + || eidiot('Empty query') ), + ) +%> |