From: <ara...@us...> - 2006-10-01 18:43:51
|
Revision: 18 http://svn.sourceforge.net/easybox-mod/?rev=18&view=rev Author: aragornis Date: 2006-10-01 11:43:39 -0700 (Sun, 01 Oct 2006) Log Message: ----------- R?\195?\169glage de l'absence de fichiers de configuration au d?\195?\169marrage sur la t?\195?\169l?\195?\169 Modified Paths: -------------- trunk/_framework/demarrage.php trunk/version.html Modified: trunk/_framework/demarrage.php =================================================================== --- trunk/_framework/demarrage.php 2006-10-01 18:35:13 UTC (rev 17) +++ trunk/_framework/demarrage.php 2006-10-01 18:43:39 UTC (rev 18) @@ -3,6 +3,22 @@ // D\xE9marage normal $RACINE_REP = "../"; $START = 'OK'; + + $FRAMEWORK_REP = $RACINE_REP."_framework/"; + $LIBRARIES_REP = $FRAMEWORK_REP."lib/"; + $BOUTON = $FRAMEWORK_REP."bouton/"; + $GESTION = $RACINE_REP."configuration/"; + $USER = $RACINE_REP."_utilisateur/"; + $CACHE_IMAGE = $RACINE_REP."_utilisateur/cache/"; + $MODULE = $RACINE_REP."module/"; + $LECTEUR = $RACINE_REP."lecteur/"; + $IMG2FBX = $FRAMEWORK_REP."img2fbx.php?sURL="; + $EXPLORATEUR= $MODULE."_explorateur/index1.php"; + $PLAYLIST = $USER."playlist/"; + $AIDE_REP = $RACINE_REP."_framework/aide/"; + + require($GESTION."verif_config.php"); + require($RACINE_REP.'_framework/framework.php'); if(!isset($_GET['etape'])){ @@ -40,7 +56,7 @@ case 2: $META['refresh']= '1;url=demarrage.php?etape=3'; //V\xE9rification des bases de donn\xE9es - require($GESTION."verif_config.php"); + require_once($GESTION."verif_config.php"); @readfile('http://localhost:8081/lecteur/set_option.html'); //Remise \xE0 z\xE9ro des variables de session clean_vars(); Modified: trunk/version.html =================================================================== --- trunk/version.html 2006-10-01 18:35:13 UTC (rev 17) +++ trunk/version.html 2006-10-01 18:43:39 UTC (rev 18) @@ -4,6 +4,6 @@ </head> <body> <h1>Easybox</h1> -<h2>3.4.6</h2> +<h2>3.4.7</h2> </body> </html> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |