mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-05-04 18:08:42 +02:00
correction header
git-svn-id: https://forge.glpi-project.org/svn/example/trunk@11 349b9182-4a13-0410-896f-e5e9767dd1b3
This commit is contained in:
parent
b01ad397d0
commit
4e525ce3b2
@ -41,7 +41,7 @@ include (GLPI_ROOT . "/inc/includes.php");
|
|||||||
|
|
||||||
checkRight("config","w");
|
checkRight("config","w");
|
||||||
|
|
||||||
commonHeader("TITRE",$_SERVER['PHP_SELF']);
|
commonHeader("TITRE",$_SERVER['PHP_SELF'],"plugins");
|
||||||
|
|
||||||
echo "This is the plugin config page";
|
echo "This is the plugin config page";
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
define('GLPI_ROOT', '../..');
|
define('GLPI_ROOT', '../..');
|
||||||
include (GLPI_ROOT . "/inc/includes.php");
|
include (GLPI_ROOT . "/inc/includes.php");
|
||||||
|
|
||||||
commonHeader("TITRE",$_SERVER['PHP_SELF']);
|
commonHeader("TITRE",$_SERVER['PHP_SELF'],"plugins");
|
||||||
|
|
||||||
echo "This is the plugin index file";
|
echo "This is the plugin index file";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user