/[phpcompta]/phpcompta/html/bilan.php
ViewVC logotype

Diff of /phpcompta/html/bilan.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by sparkyx, Sun Jul 10 09:05:17 2005 UTC revision 1.3 by sparkyx, Wed Jul 27 16:36:15 2005 UTC
# Line 34  $User->Check(); Line 34  $User->Check();
34  // TODO a specific level of security for the "bilan" ???  // TODO a specific level of security for the "bilan" ???
35  // Change must be done here  // Change must be done here
36  if ( $User->admin == 0 ) {  if ( $User->admin == 0 ) {
37    if (CheckAction($_SESSION['g_dossier'],$_SESSION['g_user'],IMP) == 0 ){    if ($User->CheckAction($cn,IMP)
38                                                                      ==0
39         )
40      {
41      /* Cannot Access */      /* Cannot Access */
42      NoAccess();      NoAccess();
43    }    }
44    
45  }  }
46    
47  // A rtf file is generated  // A rtf file is generated
# Line 130  while ( !feof($bnb_rtf) ) { Line 134  while ( !feof($bnb_rtf) ) {
134    
135    
136   }// rtf file is read   }// rtf file is read
 ?>  
137    ?>

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26