summaryrefslogtreecommitdiff
path: root/installer/init_var.php
diff options
context:
space:
mode:
Diffstat (limited to 'installer/init_var.php')
-rw-r--r--installer/init_var.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/installer/init_var.php b/installer/init_var.php
index b0f0d5db..b1ecf995 100644
--- a/installer/init_var.php
+++ b/installer/init_var.php
@@ -1,8 +1,8 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
<?php
!file_exists(VARPATH . "albums") && mkdir(VARPATH . "albums");
+!file_exists(VARPATH . "logs") && mkdir(VARPATH . "logs");
!file_exists(VARPATH . "uploads") && mkdir(VARPATH . "uploads");
-!file_exists(VARPATH . "modules") && mkdir(VARPATH . "modules");
!file_exists(VARPATH . "resizes") && mkdir(VARPATH . "resizes");
-!file_exists(VARPATH . "logs") && mkdir(VARPATH . "logs");
!file_exists(VARPATH . "thumbs") && mkdir(VARPATH . "thumbs");
+!file_exists(VARPATH . "modules") && mkdir(VARPATH . "modules");