Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 68 → Rev 69

/trunk/papyrus/applications/installateur/installateur.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: installateur.php,v 1.2 2004-10-15 18:28:59 jpm Exp $
// CVS : $Id: installateur.php,v 1.3 2004-10-18 09:12:09 jpm Exp $
/**
* Application Installateur de Papyrus.
*
32,7 → 32,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.2 $ $Date: 2004-10-15 18:28:59 $
*@version $Revision: 1.3 $ $Date: 2004-10-18 09:12:09 $
// +------------------------------------------------------------------------------------------------------+
**/
 
90,7 → 90,7
} else if($_GET['installation'] == 'bdd') {
include_once GEN_CHEMIN_APPLICATION.'installateur/instal_base_de_donnees.inc.php';
} else if($_GET['installation'] == 'config') {
include_once GEN_CHEMIN_APPLICATION.'installateur/instal_configuration.inc.php';
include_once GEN_CHEMIN_APPLICATION.'installateur/instal_fichier.inc.php';
}
 
// +------------------------------------------------------------------------------------------------------+
106,6 → 106,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.2 2004/10/15 18:28:59 jpm
* Début appli installateur de Papyrus.
*
* Revision 1.1 2004/06/16 14:33:13 jpm
* Changement de nom de Génésia en Papyrus.
* Changement de l'arborescence.
/trunk/papyrus/applications/installateur/instal_fichier.inc.php
32,9 → 32,9
// | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
// | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: instal_fichier.inc.php,v 1.1 2004-10-18 09:11:05 jpm Exp $
// CVS : $Id: instal_fichier.inc.php,v 1.2 2004-10-18 09:12:09 jpm Exp $
/**
* Page de création du fichier de configuration de Papyrus.
* Page de création des fichiers nécessaire à l'installation de Papyrus.
*
* Page permettant de créer le fichier de configuration de Papyrus.
*
46,7 → 46,7
*@author Patrick PAUL
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.1 $ $Date: 2004-10-18 09:11:05 $
*@version $Revision: 1.2 $ $Date: 2004-10-18 09:12:09 $
// +------------------------------------------------------------------------------------------------------+
**/
 
110,6 → 110,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.1 2004/10/18 09:11:05 jpm
* Changement de nom du fichier.
*
* Revision 1.1 2004/10/15 18:28:59 jpm
* Début appli installateur de Papyrus.
*