/[dolibarr]/dolibarr/htdocs/telephonie/adsl/index.php
ViewVC logotype

Diff of /dolibarr/htdocs/telephonie/adsl/index.php

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

revision 1.1 by rodolphe, Wed Mar 23 15:40:31 2005 UTC revision 1.2 by rodolphe, Fri Aug 19 14:15:36 2005 UTC
# Line 1  Line 1 
1  <?PHP  <?PHP
2  /* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>  /* Copyright (C) 2004-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
3   *   *
4   * This program is free software; you can redistribute it and/or modify   * This program is free software; you can redistribute it and/or modify
5   * it under the terms of the GNU General Public License as published by   * it under the terms of the GNU General Public License as published by
# Line 21  Line 21 
21   */   */
22  require("./pre.inc.php");  require("./pre.inc.php");
23    
24    if (!$user->rights->telephonie->adsl->lire) accessforbidden();
25    
26  $page = $_GET["page"];  $page = $_GET["page"];
27  $sortorder = $_GET["sortorder"];  $sortorder = $_GET["sortorder"];
28    
 if (!$user->rights->telephonie->lire)  
   accessforbidden();  
   
29  llxHeader('','Telephonie');  llxHeader('','Telephonie');
30    
31  /*  /*

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