Skip to content

Commit

Permalink
zip.php: Tweak THEMEROLLER_ZIPDIR docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Aug 25, 2023
1 parent ee05dbc commit be3452a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions zip.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
* - Remove any old ZIP file.
* - Tell the client the public URL to this ZIP file.
*
* By default, the zips directory is assumed "zips" in the project directory.
* You can override it using the THEMEROLLER_ZIPDIR environment variable.
* By default, zip files are stored in the "zips/" subdirectory of
* the document root (this directory). You can override it using the
* THEMEROLLER_ZIPDIR environment variable, in which case you must
* take care to serve that publicly from /zips on the same domain.
*/

require_once('version.php');
Expand Down

0 comments on commit be3452a

Please sign in to comment.