Overview
SHA1 Hash: | 138177c30e92cf7a01b3d145c46ac28b4c2c654f |
---|---|
Date: | 2008-02-08 16:27:25 |
User: | stephan |
Comment: | correction to the 'warning' text in admin_sql_page() |
Timelines: | ancestors | descendants | both | trunk |
Other Links: | files | ZIP archive | manifest |
Tags And Properties
- branch=trunk inherited from [a28c83647d]
- sym-trunk inherited from [a28c83647d]
Changes
[hide diffs]Modified src/admin.c from [ca95dba485] to [83d1c6c6c3].
@@ -63,13 +63,12 @@ login_needed(); return; } style_header("Admin SQL"); @ <hr/><h2>SQL:</h2> - @ <span class='achtung'>You can enter arbitrary SQL here, to execute - @ against the repo database. - @ With great power comes great responsibility...</span><br/> + @ You can enter only SELECT statements here, and some SQL-side functions + @ are also restricted.<br/> @ <form action='' method='post'> @ <textarea style='border:2px solid black' name='sql' @ cols='80' rows='5'>%h(zSql)</textarea> @ <br/><input type='submit' name='sql_submit'/> <input type='reset'/> @ </form>