diff options
Diffstat (limited to 'httemplate/edit')
| -rw-r--r-- | httemplate/edit/process/generic.cgi | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/httemplate/edit/process/generic.cgi b/httemplate/edit/process/generic.cgi index 82137c177..e3ac113ae 100644 --- a/httemplate/edit/process/generic.cgi +++ b/httemplate/edit/process/generic.cgi @@ -1,5 +1,3 @@ -% -%  %# Welcome to generic.cgi.  %#   %# This script provides a generic edit/process/ backend for simple table  @@ -8,6 +6,10 @@  %# If there's an existing record with the same primary key, it will be   %# replaced.  (Deletion will be added in the future.)  %#  +%# also see elements/process.html, newer and somewhat along the same lines, +%# though it still makes you setup a process file for the table. +%# perhaps safer, perhaps more of a pain in the ass. +%#   %# Special cgi params for this script:  %# table: the name of the table to be edited.  The script will die horribly   %#        if it can't find the table. | 
