Modif mineures
This commit is contained in:
parent
b8d939061d
commit
bafafc60d7
@ -1,9 +1,10 @@
|
|||||||
<?PHP
|
<?PHP
|
||||||
|
|
||||||
if ($action == "set")
|
if ($HTTP_POST_VARS["action"] == "set")
|
||||||
{
|
{
|
||||||
|
print '<h2>Enregistrement des valeurs</h2>';
|
||||||
|
|
||||||
print '<table cellspacing="0" cellpadding="4" border="1">';
|
print '<table cellspacing="0" cellpadding="4" border="1">';
|
||||||
print '<tr><td colspan="2">Enregistrement des valeurs</td></tr>';
|
|
||||||
$error=0;
|
$error=0;
|
||||||
$fp = fopen("conf/conf.php", "w");
|
$fp = fopen("conf/conf.php", "w");
|
||||||
if($fp)
|
if($fp)
|
||||||
@ -190,7 +191,8 @@ else
|
|||||||
<?PHP print "Répertoire d'installation"; ?>
|
<?PHP print "Répertoire d'installation"; ?>
|
||||||
</td><td><input type="text" size="60" value="<?PHP print $dolibarr_main_document_root ?>" name="main_dir">
|
</td><td><input type="text" size="60" value="<?PHP print $dolibarr_main_document_root ?>" name="main_dir">
|
||||||
<br>
|
<br>
|
||||||
Sans le slash "/" à la fin
|
Sans le slash "/" à la fin<br>
|
||||||
|
exemple : /var/www/dolibarr/htdocs
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user