X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/9a9c9a8bf83241c193c5bef6361d41893e72dfd3..59c9cd16dcb78f8c7ca0d52c2b2dde122757e227:/install.php
diff --git a/install.php b/install.php
index 9e05b8c..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)) {
@@ -102,13 +102,6 @@ function jirafeau_add_ending_slash($path)
return $path . ((substr($path, -1) == '/') ? '' : '/');
}
-function jirafeau_fatal_error($errorText)
-{
- echo '
' . $errorText . '