Subversion Repositories wimsdev

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
9045 bpr 1
 
2
# Variable declaration file.
3
#
4
# Only those variables with possible user inputs or requiring inter-request
5
# savings need to be declared in this file.
6
#
7
#Each non-comment line defines a variable. Format of the line:
8
#
9
#name	allow
10
#
11
#Or the condensed format
12
#
13
#allow: name name name ...
14
#
15
#name: name of the variable
16
#allow: when allow the user to override the defined value.
17
#       it maybe any, deny, init, config, reply.
18
#
19
#
20
#name	allow
21
 
22
status	deny
23
 
24
jon any