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

Diff of /phpcompta/html/fiche_search.php

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

revision 1.9 by sparkyx, Mon Mar 7 19:50:22 2005 UTC revision 1.10 by sparkyx, Tue Mar 8 13:30:50 2005 UTC
# Line 39  if ( ! isset ( $_SESSION['g_dossier'] ) Line 39  if ( ! isset ( $_SESSION['g_dossier'] )
39  include_once ("check_priv.php");  include_once ("check_priv.php");
40  $cn=DbConnect($_SESSION['g_dossier']);  $cn=DbConnect($_SESSION['g_dossier']);
41  // Get The priv on the selected folder  // Get The priv on the selected folder
42  if ( $User->CheckAction(FICHE_READ)){  if ( $User->CheckAction(FICHE_READ) == 0 ){
43      /* Cannot Access */      /* Cannot Access */
44      echo '<h2 class="error"> Vous n\' avez pas accès</h2>';      echo '<h2 class="error"> Vous n\' avez pas accès</h2>';
45      return;      return;

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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