Subversion Repositories wimsdev

Rev

Rev 35 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
35 reyssat 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
 
15521 bpr 22
deny:status
35 reyssat 23
 
15521 bpr 24
reply:x y