| Line 44... |
Line 44... |
| 44 |
|
44 |
|
| 45 |
// +------------------------------------------------------------------------------------------------------+
|
45 |
// +------------------------------------------------------------------------------------------------------+
|
| 46 |
// | LISTE de FONCTIONS |
|
46 |
// | LISTE de FONCTIONS |
|
| 47 |
// +------------------------------------------------------------------------------------------------------+
|
47 |
// +------------------------------------------------------------------------------------------------------+
|
| 48 |
$GLOBALS['id_user']=$id;
|
48 |
$GLOBALS['id_user']=$id;
|
| 49 |
if (isset($_GET['action']) && $_GET['action']==BAZ_VOIR_FLUX_RSS) {
|
49 |
if (isset($_GET[BAZ_VARIABLE_ACTION]) && $_GET[BAZ_VARIABLE_ACTION]==BAZ_VOIR_FLUX_RSS) {
|
| 50 |
header('Content-type: text/xml; charset=ISO-8859-1');
|
50 |
header('Content-type: text/xml; charset=ISO-8859-1');
|
| 51 |
include(PAP_CHEMIN_RACINE.'client/bazar/bazarRSS.php');exit(0);break;
|
51 |
include(PAP_CHEMIN_RACINE.'client/bazar/bazarRSS.php');exit(0);break;
|
| 52 |
} else {
|
52 |
} else {
|
| 53 |
$abonnement = baz_s_inscrire();
|
53 |
$abonnement = baz_s_inscrire();
|
| Line 54... |
Line 54... |
| 54 |
}
|
54 |
}
|
| 55 |
|
55 |
|
| 56 |
|
56 |
|
| - |
|
57 |
//-- Fin du code source ------------------------------------------------------------
|
| - |
|
58 |
/*
|
| - |
|
59 |
* $Log$
|
| 57 |
//-- Fin du code source ------------------------------------------------------------
|
60 |
* Revision 1.2 2006-10-05 08:53:50 florian
|
| 58 |
/*
|
61 |
* amelioration moteur de recherche, correction de bugs
|
| 59 |
* $Log$
|
62 |
*
|
| 60 |
* Revision 1.1 2006/04/28 12:46:14 florian
|
63 |
* Revision 1.1 2006/04/28 12:46:14 florian
|
| 61 |
* integration des liens vers annuaire
|
64 |
* integration des liens vers annuaire
|