mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-22 23:05:18 -04:00
Do some data normalization so that the install files will have stable
ordering and known values. This way subsequent packaging runs won't have any differences unless there's a real data change.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<?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 . "thumbs") && mkdir(VARPATH . "thumbs");
|
||||
!file_exists(VARPATH . "modules") && mkdir(VARPATH . "modules");
|
||||
!file_exists(VARPATH . "uploads") && mkdir(VARPATH . "uploads");
|
||||
|
||||
Reference in New Issue
Block a user