* * 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 * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ /** * \file htdocs/mantis/mantis.php * \ingroup mantis * \brief Page generant 2 frames, une pour le menu Dolibarr, l'autre pour l'affichage de Mantis * \author Laurent Destailleur */ require("../main.inc.php"); if (empty($conf->global->PHPMANTIS_URL)) { llxHeader(); print '
Module Mantis was not configured properly.
'; llxFooter(); } $mainmenu=isset($_GET["mainmenu"])?$_GET["mainmenu"]:""; $leftmenu=isset($_GET["leftmenu"])?$_GET["leftmenu"]:""; $idmenu=isset($_GET["idmenu"])?$_GET["idmenu"]:""; print " Dolibarr frame for Mantis global->PHPMANTIS_URL."\"> <body> </body> <body> <br><center> Sorry, your browser is too old or not correctly configured to view this area.<br> Your browser must support frames.<br> </center> </body> "; ?>