diff --git a/htdocs/telephonie/index.php b/htdocs/telephonie/index.php index 9ac86c50881..c65bbed600d 100644 --- a/htdocs/telephonie/index.php +++ b/htdocs/telephonie/index.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2004-2005 Rodolphe Quiedeville * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,25 +21,11 @@ */ require("./pre.inc.php"); -$page = $_GET["page"]; -$sortorder = $_GET["sortorder"]; - -if (!$user->rights->telephonie->lire) - accessforbidden(); +if (!$user->rights->telephonie->lire) accessforbidden(); llxHeader('','Telephonie'); /* - * Sécurité accés client - */ -if ($user->societe_id > 0) -{ - $action = ''; - $socidp = $user->societe_id; -} - -/* - * Mode Liste * * * @@ -193,23 +179,9 @@ else print $sql; } - - - - - - - - print ''; - - - - print ''; - - $db->close(); llxFooter("Dernière modification $Date$ révision $Revision$");