Skip to content

Commit 0daf779

Browse files
committed
Merge pull request #32 from agcolom/patch-2
Update readme.txt. Thanks agcolom
2 parents 9f7594a + 4bd4979 commit 0daf779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Notes on PHP configs for hosted version of jQm ThemeRoller:
44

55
1. The php function call file_get_contents() is used in a few places. In order for this to work, the php configuration allow_url_fopen must be set to true.
66

7-
2. When a user generates a share link, the theme.css file is hosted temporarily (The script that stores the files and generates the url also runs a cleanup script to ensure no files older than 30 days are on the server). There must enough space to accommodate many themes being stored here at once.
7+
2. When a user generates a share link, the theme.css file is hosted temporarily (The script that stores the files and generates the url also runs a cleanup script to ensure no files older than 30 days are on the server). There must be enough space to accommodate many themes being stored here at once.
88

99
3. When a user clicks "Download ZIP" the server must be able to create the zip and its contents, as well as store it temporarily (again self-cleaning script keeps files only 15 seconds old) so it can be downloaded through the browser.
1010

0 commit comments

Comments
 (0)