Doc: Documentation doxygen
This commit is contained in:
parent
da7f9fe1dc
commit
f3dcc80dea
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
/* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
* Copyright (C) 2004 Laurent Destailleur <eldy@users.sourceforge.net>
|
* Copyright (C) 2004-2005 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
*
|
*
|
||||||
* 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,8 +20,21 @@
|
|||||||
* $Source$
|
* $Source$
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
\file htdocs/index.php
|
||||||
|
\brief Page accueil par defaut
|
||||||
|
\version $Revision$
|
||||||
|
*/
|
||||||
|
|
||||||
require("./pre.inc.php");
|
require("./pre.inc.php");
|
||||||
|
|
||||||
|
|
||||||
|
// Simule le menu par défaut sur Home
|
||||||
|
$_GET["mainmenu"]="home";
|
||||||
|
|
||||||
|
|
||||||
llxHeader();
|
llxHeader();
|
||||||
|
|
||||||
$userstring=$user->prenom . ' ' . $user->nom .' ['.$user->code.']';
|
$userstring=$user->prenom . ' ' . $user->nom .' ['.$user->code.']';
|
||||||
@ -34,6 +47,7 @@ if (defined("MAIN_MOTD") && strlen(trim(MAIN_MOTD)))
|
|||||||
|
|
||||||
print "<br>\n";
|
print "<br>\n";
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Boites
|
* Boites
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user