Modif message d'install
Inclusion du fichier conf en silencieux
This commit is contained in:
parent
0520c005b3
commit
2d6afb48c3
@ -22,9 +22,9 @@
|
|||||||
*/
|
*/
|
||||||
define('DOL_VERSION','1.2.0-DEV');
|
define('DOL_VERSION','1.2.0-DEV');
|
||||||
|
|
||||||
if (! include_once("conf/conf.php"))
|
if (! @include_once("conf/conf.php"))
|
||||||
{
|
{
|
||||||
print "Votre système n'est pas configuré, rendez-vous à l'url <a href=\"install.php\">install.php</a>";
|
print "Votre système n'est pas configuré, procédez à l'<a href=\"install/\">installation</a>";
|
||||||
exit ;
|
exit ;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -450,7 +450,7 @@ function top_menu($head, $title="")
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
Function left_menu($menu, $help_url='', $form_search='')
|
Function left_menu($menu, $help_url='', $form_search='', $author='')
|
||||||
{
|
{
|
||||||
global $user, $conf, $rtplang;
|
global $user, $conf, $rtplang;
|
||||||
|
|
||||||
@ -536,7 +536,16 @@ Function left_menu($menu, $help_url='', $form_search='')
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
if (is_object($author))
|
||||||
|
{
|
||||||
|
|
||||||
|
print '<tr><td class="auteurs">Auteur : ';
|
||||||
|
print $author->fullname .'</td></tr>';
|
||||||
|
}
|
||||||
|
|
||||||
print '</table>'."\n";
|
print '</table>'."\n";
|
||||||
|
|
||||||
print '</td><td valign="top" width="85%" colspan="6">'."\n";
|
print '</td><td valign="top" width="85%" colspan="6">'."\n";
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user