X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/e2d6cda643fb68b8f831ee7e4337d5e198cc83dd..1d1c1ce521a9788e0e75c82022f7e602f98b12df:/install.php
diff --git a/install.php b/install.php
index b400988..8c0f686 100644
--- a/install.php
+++ b/install.php
@@ -83,7 +83,7 @@ function jirafeau_check_var_dir($path)
'
' . $mkdir_str2);
}
- foreach (array('files', 'links', 'async', 'alias') as $subdir) {
+ foreach (array('files', 'links', 'async') as $subdir) {
$subpath = $path.$subdir;
if (!jirafeau_mkdir($subpath) || !jirafeau_is_writable($subpath)) {
@@ -335,7 +335,7 @@ case 4:
jirafeau_export_cfg($cfg);
echo '