/[phpcompta]/phpcompta/include/balance.php
ViewVC logotype

Diff of /phpcompta/include/balance.php

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

revision 1.3 by sparkyx, Sun Feb 27 14:24:30 2005 UTC revision 1.4 by sparkyx, Mon Mar 7 19:50:22 2005 UTC
# Line 24  include_once ("ac_common.php"); Line 24  include_once ("ac_common.php");
24  include_once("preference.php");  include_once("preference.php");
25  include_once ("class_widget.php");  include_once ("class_widget.php");
26  include_once("class_balance.php");  include_once("class_balance.php");
27    if ( $User->CheckAction($cn,BALANCE) == 0)
28      {
29        NoAccess();
30        exit;
31      }
32  echo '<div class="u_redcontent">';  echo '<div class="u_redcontent">';
33    
34  ////////////////////////////////////////////////////////////////////////////////  ////////////////////////////////////////////////////////////////////////////////

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

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