summaryrefslogtreecommitdiff
path: root/httemplate/search/sql.html
blob: b28c045d1f3ed1ade30b1d465d9950b44d05b8b8 (plain)
1
2
3
4
5
6
7
<%= include( 'elements/search.html',
               'title' => 'Query Results',
               'name'  => 'rows',
               'query' => 'SELECT '. ( $cgi->param('sql')
                                       || eidiot('Empty query') ),
    )
%>