Ajout tools.lib

This commit is contained in:
Rodolphe Quiedeville 2006-01-11 10:16:47 +00:00
parent 3bee21d018
commit 61c83c9eea

View File

@ -1,5 +1,5 @@
<?PHP <?PHP
/* Copyright (C) 2005 Rodolphe Quiedeville <rodolphe@quiedeville.org> /* Copyright (C) 2005-2006 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
@ -20,6 +20,7 @@
* *
*/ */
require("../../../main.inc.php"); require("../../../main.inc.php");
require_once DOL_DOCUMENT_ROOT.'/telephonie/stats/tools.lib.php';
$user->getrights('telephonie'); $user->getrights('telephonie');