/[dolibarr]/dolibarr/htdocs/telephonie/stats/fournisseurs/index.php
ViewVC logotype

Diff of /dolibarr/htdocs/telephonie/stats/fournisseurs/index.php

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

revision 1.1 by rodolphe, Tue Feb 22 16:53:09 2005 UTC revision 1.2 by rodolphe, Wed Aug 24 08:55:11 2005 UTC
# Line 21  Line 21 
21   */   */
22  require("./pre.inc.php");  require("./pre.inc.php");
23    
24  $page = $_GET["page"];  if (!$user->rights->telephonie->lire) accessforbidden();
25  $sortorder = $_GET["sortorder"];  if (!$user->rights->telephonie->stats->lire) accessforbidden();
   
 if (!$user->rights->telephonie->lire)  
   accessforbidden();  
26    
27  llxHeader('','Telephonie - Statistiques');  llxHeader('','Telephonie - Statistiques');
28  /*  /*

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

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