X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/ed2fb8f07774a76271a3b18b41bc94ddd07a7e7b..48a4d0a7e7535a5c05a5f6d2dde44c1ec066d822:/install.php diff --git a/install.php b/install.php index 5226f1b..78680f8 100644 --- a/install.php +++ b/install.php @@ -101,7 +101,7 @@ jirafeau_check_var_dir ($path) $path . '</code><br />' . $solution_str . '<br />' . $mkdir_str2); - foreach (array ('files', 'links', 'async') as $subdir) + foreach (array ('files', 'links', 'async', 'alias') as $subdir) { $subpath = $path.$subdir; @@ -249,7 +249,7 @@ case 2: "2"><?php echo t ('Jirafeau has an administration interface (through admin.php). ' . - 'You can set a password to access the interface or leave it be empty ' . + 'You can set a password to access the interface or leave it empty ' . 'to disable the interface.'); ?></td> </tr> <tr> <td class = "label"><label for = "select_password" ><?php echo t('Administration password') . ':';