summaryrefslogtreecommitdiff
path: root/httemplate/search/sql.html
blob: 681a95d6018039d0f9d94f411c70a575728857bd (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') ),
    )
%>