~vcs-imports/clansuite/trunk

« back to all changes in this revision

Viewing changes to modules/testunit/testunit.config.php

  • Committer: paulbr
  • Date: 2011-01-13 19:44:03 UTC
  • Revision ID: paulbr-20110113194403-gwsy005jgfrqyzca
Ajax Test Modul

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
; <?php die( 'Access forbidden.' ); /* DO NOT MODIFY THIS LINE! ?>
 
2
 
3
; Clansuite testunit Configuration File : 
 
4
; modules\testunit\testunit.config.php 
 
5
;
 
6
 
 
7
; -------------------------------------------------------------------------------
 
8
; define here all actions was defined in module and module admin controler
 
9
; who necesary permission to access
 
10
; -------------------------------------------------------------------------------
 
11
;
 
12
; ACL action values are:
 
13
;    all = all groups has access
 
14
;    or
 
15
;    root(r) | admin(a) | member(m) | guest(g) | bot(b)
 
16
;
 
17
;  e.g. acces for: root + admin only
 
18
;        show = r|a
 
19
;  e.g. acces for: root + admin + member only
 
20
;        show = r|a|m
 
21
;  e.g. acces for: root + admin + member + guest only
 
22
;        show = r|a|m|g
 
23
;  e.g. acces for: bots only
 
24
;        show = b
 
25
;
 
26
;----------------------------------------
 
27
; properties_acl
 
28
;----------------------------------------
 
29
[properties_acl]
 
30
action_show = 'all'
 
31
 
 
32
; DO NOT REMOVE THIS LINE */ ?>