diff options
Diffstat (limited to 'controller/installation.php')
-rw-r--r-- | controller/installation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/installation.php b/controller/installation.php index e99a06e..5aa5ac9 100644 --- a/controller/installation.php +++ b/controller/installation.php | |||
@@ -117,7 +117,7 @@ function installation() | |||
117 | } | 117 | } |
118 | 118 | ||
119 | // création d'un mot de passe si password.txt est vide | 119 | // création d'un mot de passe si password.txt est vide |
120 | createPassword(); | 120 | existPassword(); |
121 | } | 121 | } |
122 | 122 | ||
123 | function createIndexPHP($path, $droitsFichiers) | 123 | function createIndexPHP($path, $droitsFichiers) |