mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
Fix project URLs and list emails addresses
This commit is contained in:
parent
20c1148f69
commit
2b6b8ce270
194 changed files with 203 additions and 204 deletions
10
INSTALL
10
INSTALL
|
@ -44,7 +44,7 @@
|
||||||
L'installation à partir du paquet Debian peut être réalisée soit en téléchargeant manuellement le paquet, soit en
|
L'installation à partir du paquet Debian peut être réalisée soit en téléchargeant manuellement le paquet, soit en
|
||||||
déclarant le dépôt APT suivant dans votre fichier /etc/apt/sources.list :
|
déclarant le dépôt APT suivant dans votre fichier /etc/apt/sources.list :
|
||||||
|
|
||||||
deb http://ldapsaisie.easter-eggs.org/debian stable main
|
deb http://ldapsaisie.org/debian stable main
|
||||||
|
|
||||||
|
|
||||||
Il ne vous restera ensuite plus qu'a installer le paquet ldapsaisie avec la commande suivante :
|
Il ne vous restera ensuite plus qu'a installer le paquet ldapsaisie avec la commande suivante :
|
||||||
|
@ -60,7 +60,7 @@ logiciel ce fera ensuite dans le dossier /etc/ldapsaisie/local/.
|
||||||
|
|
||||||
Le dépôt Git peut être récupéré anonymement en utilisant la commande suivante :
|
Le dépôt Git peut être récupéré anonymement en utilisant la commande suivante :
|
||||||
|
|
||||||
git clone git://git.labs.libre-entreprise.org/ldapsaisie.git
|
git clone https://gitlab.easter-eggs.com/ee/ldapsaisie.git
|
||||||
|
|
||||||
|
|
||||||
La racine web de l'application se trouvera alors dans le dossier /ldapsaisie/src/public_html/.
|
La racine web de l'application se trouvera alors dans le dossier /ldapsaisie/src/public_html/.
|
||||||
|
@ -70,7 +70,7 @@ La racine web de l'application se trouvera alors dans le dossier /ldapsaisie/src
|
||||||
|
|
||||||
Toutes les nuits, un snapshot de l'arbre Git est réalisé et est téléchargeable au format tar.gz à l'adresse suivante :
|
Toutes les nuits, un snapshot de l'arbre Git est réalisé et est téléchargeable au format tar.gz à l'adresse suivante :
|
||||||
|
|
||||||
http://ldapsaisie.easter-eggs.org/download/ldapsaisie-snapshoot.tar.gz
|
http://ldapsaisie.org/download/ldapsaisie-snapshoot.tar.gz
|
||||||
|
|
||||||
3. Arborescence du projet
|
3. Arborescence du projet
|
||||||
=========================
|
=========================
|
||||||
|
@ -266,8 +266,8 @@ types d'LSobjects : Pour plus de détails, consulter la documentation du projet.
|
||||||
4. La dernière étape à ce niveau consiste à lancer le script upgradeFromGit.sh pour qu'il installe les fichiers que
|
4. La dernière étape à ce niveau consiste à lancer le script upgradeFromGit.sh pour qu'il installe les fichiers que
|
||||||
vous venez de créer. Ce script est conçu pour dire tout ce qu'il fait donc en cas de problème vous devriez
|
vous venez de créer. Ce script est conçu pour dire tout ce qu'il fait donc en cas de problème vous devriez
|
||||||
rapidement comprendre où cela coince. Dans tout les cas, n'hésitez pas à poser vos questions à la communauté sur la
|
rapidement comprendre où cela coince. Dans tout les cas, n'hésitez pas à poser vos questions à la communauté sur la
|
||||||
liste <ldapsaisie-users@lists.labs.libre-entreprise.org>.
|
liste <ldapsaisie-users@lists.ldapsaisie.org>.
|
||||||
|
|
||||||
Liens
|
Liens
|
||||||
=====
|
=====
|
||||||
1. Documentation du projet : http://ldapsaisie.easter-eggs.org/doc
|
1. Documentation du projet : http://ldapsaisie.org/doc
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
téléchargeant manuellement le paquet, soit en déclarant le dépôt APT suivant
|
téléchargeant manuellement le paquet, soit en déclarant le dépôt APT suivant
|
||||||
dans votre fichier <emphasis>/etc/apt/sources.list</emphasis> :
|
dans votre fichier <emphasis>/etc/apt/sources.list</emphasis> :
|
||||||
<screen>
|
<screen>
|
||||||
<command>deb http://ldapsaisie.easter-eggs.org/debian stable main</command>
|
<command>deb http://ldapsaisie.org/debian stable main</command>
|
||||||
</screen>
|
</screen>
|
||||||
Il ne vous restera ensuite plus qu'a installer le paquet <emphasis>ldapsaisie
|
Il ne vous restera ensuite plus qu'a installer le paquet <emphasis>ldapsaisie
|
||||||
</emphasis> avec la commande suivante :
|
</emphasis> avec la commande suivante :
|
||||||
|
@ -71,7 +71,7 @@
|
||||||
<para>Le dépôt Git peut être récupéré anonymement en utilisant la
|
<para>Le dépôt Git peut être récupéré anonymement en utilisant la
|
||||||
commande suivante :
|
commande suivante :
|
||||||
<screen>
|
<screen>
|
||||||
<command>git clone git://git.labs.libre-entreprise.org/ldapsaisie.git</command>
|
<command>git clone https://gitlab.easter-eggs.com/ee/ldapsaisie.git</command>
|
||||||
</screen>
|
</screen>
|
||||||
La racine web de l'application se trouvera alors dans le dossier <emphasis>
|
La racine web de l'application se trouvera alors dans le dossier <emphasis>
|
||||||
/ldapsaisie/src/public_html/</emphasis>.
|
/ldapsaisie/src/public_html/</emphasis>.
|
||||||
|
@ -82,8 +82,8 @@
|
||||||
<title>A partir des snapshot</title>
|
<title>A partir des snapshot</title>
|
||||||
<para>Toutes les nuits, un snapshot de l'arbre Git est réalisé et est
|
<para>Toutes les nuits, un snapshot de l'arbre Git est réalisé et est
|
||||||
téléchargeable au format <emphasis>tar.gz</emphasis> à l'adresse suivante :
|
téléchargeable au format <emphasis>tar.gz</emphasis> à l'adresse suivante :
|
||||||
<ulink url='http://ldapsaisie.easter-eggs.org/download/ldapsaisie-snapshoot.tar.gz'>
|
<ulink url='http://ldapsaisie.org/download/ldapsaisie-snapshoot.tar.gz'>
|
||||||
http://ldapsaisie.easter-eggs.org/download/ldapsaisie-snapshoot.tar.gz</ulink>
|
http://ldapsaisie.org/download/ldapsaisie-snapshoot.tar.gz</ulink>
|
||||||
</para>
|
</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# LdapSaisie - LDAP Schema - Example
|
# LdapSaisie - LDAP Schema - Example
|
||||||
# Web Site : http://ldapsaisie.labs.libre-entreprise.org
|
# Web Site : https://ldapsaisie.org
|
||||||
objectIdentifier EeRoot 1.3.6.1.4.1.10650
|
objectIdentifier EeRoot 1.3.6.1.4.1.10650
|
||||||
objectIdentifier LeRoot EeRoot:4
|
objectIdentifier LeRoot EeRoot:4
|
||||||
objectIdentifier LsRoot LeRoot:10000
|
objectIdentifier LsRoot LeRoot:10000
|
||||||
|
@ -57,4 +57,3 @@ objectclass ( LsLDAPObjectClass:5
|
||||||
MAY ( description $ lsGodfatherDn ))
|
MAY ( description $ lsGodfatherDn ))
|
||||||
|
|
||||||
# </Ls Objectclass>
|
# </Ls Objectclass>
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2018 Easter-eggs
|
* Copyright (C) 2018 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2019 Easter-eggs
|
* Copyright (C) 2019 Easter-eggs
|
||||||
* http://ldapsaisie.easter-eggs.org
|
* http://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2019 Easter-eggs
|
* Copyright (C) 2019 Easter-eggs
|
||||||
* http://ldapsaisie.easter-eggs.org
|
* http://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (C) 2007 Easter-eggs
|
* Copyright (C) 2007 Easter-eggs
|
||||||
* http://ldapsaisie.labs.libre-entreprise.org
|
* https://ldapsaisie.org
|
||||||
*
|
*
|
||||||
* Author: See AUTHORS file in top-level directory.
|
* Author: See AUTHORS file in top-level directory.
|
||||||
*
|
*
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue