home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / CMCD0703.ISO / Software / Freeware / Programare / bugzero / WEB-INF / classes / project / demo_access next >
Encoding:
Text File  |  2003-03-04  |  377 b   |  13 lines

  1. #
  2. # This file is project specific. The filename has to be: project_id_access
  3. #
  4. # This is the access code for each person who can login the system
  5. # The left-hand side is the username which have to be in the person table.
  6. # The right-hand side is the corresponding access code this person. 
  7. #
  8. # access codes include: view, submit, edit
  9. #
  10. guest=edit
  11. dev=edit
  12. qa=edit
  13.