correction header

git-svn-id: https://forge.glpi-project.org/svn/example/trunk@11 349b9182-4a13-0410-896f-e5e9767dd1b3
This commit is contained in:
moyooo 2007-01-12 17:18:37 +00:00
parent b01ad397d0
commit 4e525ce3b2
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ include (GLPI_ROOT . "/inc/includes.php");
checkRight("config","w");
commonHeader("TITRE",$_SERVER['PHP_SELF']);
commonHeader("TITRE",$_SERVER['PHP_SELF'],"plugins");
echo "This is the plugin config page";

View File

@ -39,7 +39,7 @@
define('GLPI_ROOT', '../..');
include (GLPI_ROOT . "/inc/includes.php");
commonHeader("TITRE",$_SERVER['PHP_SELF']);
commonHeader("TITRE",$_SERVER['PHP_SELF'],"plugins");
echo "This is the plugin index file";