diff --git a/htdocs/telephonie/stats/lignes/index.php b/htdocs/telephonie/stats/lignes/index.php
index 101d8dea210..11aab4a0c52 100644
--- a/htdocs/telephonie/stats/lignes/index.php
+++ b/htdocs/telephonie/stats/lignes/index.php
@@ -21,11 +21,7 @@
*/
require("./pre.inc.php");
-$page = $_GET["page"];
-$sortorder = $_GET["sortorder"];
-
-if (!$user->rights->telephonie->lire)
- accessforbidden();
+if (!$user->rights->telephonie->lire) accessforbidden();
llxHeader('','Telephonie - Statistiques - Lignes');
@@ -49,18 +45,9 @@ print '
'."\n";
-/*
- *
- *
- */
-
print '';
-
-
print '';
-
-
$db->close();
llxFooter("Dernière modification $Date$ révision $Revision$");