fix bug setup.php
This commit is contained in:
parent
4bbe4d3c39
commit
8fa0988207
1 changed files with 1 additions and 4 deletions
|
|
@ -181,9 +181,7 @@ if ( ! file_exists('..'.DIRECTORY_SEPARATOR.'..'.DIRECTORY_SEPARATOR.'include'.D
|
|||
echo '<h2 class="error"> Ecriture non possible </h2><p class="warning"> On ne peut pas écrire dans le répertoire de phpcompta, changez-en les droits </p>';
|
||||
exit();
|
||||
}
|
||||
|
||||
|
||||
echo __LINE__;
|
||||
create_htaccess();
|
||||
echo '<form method="post">';
|
||||
echo '<h1 class="info">Entrez les informations nécessaires à phpcompta</h1>';
|
||||
require_once('config_file.php');
|
||||
|
|
@ -193,7 +191,6 @@ echo __LINE__;
|
|||
echo '</form>';
|
||||
exit();
|
||||
}
|
||||
create_htaccess();
|
||||
//----------------------------------------------------------------------
|
||||
// End functions
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue