/[informatika.old]/html/inc/prava.inc
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /html/inc/prava.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Tue Jun 27 13:50:42 2000 UTC (23 years, 10 months ago) by dpavlin
Branch: MAIN
Branch point for: dbi
Changes since 1.1: +3 -0 lines
nije umrežen

1 <?
2
3 $pr_unesen =2; #1
4 $pr_promjena =4; #2
5 $pr_otvoren =8; #3
6 $pr_dupli =16; #4
7 $pr_printan =32; #5
8 $pr_instalacija =64; #6
9 $pr_lozinke =128; #7
10 $pr_umrezen =256; #8
11 $pr_nije_umrezen=512; #9
12
13 $pr_ko = $pr_unesen+$pr_promjena;
14 $pr_ic = $pr_instalacija+$pr_nije_umrezen;
15
16
17 $pr_admin = 65535;
18
19 ?>

  ViewVC Help
Powered by ViewVC 1.1.26