Skip to content

Commit

Permalink
config.pl.dist
Browse files Browse the repository at this point in the history
- Added $PurgeDeletedPage
  • Loading branch information
ajgraves committed Nov 13, 2014
1 parent 0d026f7 commit 8d4a4ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config.pl.dist
Expand Up @@ -197,6 +197,10 @@ $UploadsAllowed = 0;
# 'image/gif', and 'image/png', and is considered a sane default.
@UploadTypes = qw(image/gif image/png image/jpeg);

# $PurgeDeletedPage - This variable controls how long a deleted page can stick
# around (in seconds). The default is 2 weeks, and is consdered a sane default.
$PurgeDeletedPage = 60*60*24*14;

# $ConfFile - Note that this variable is optional. Aneuch will use the current
# directory that it resides in to find the configuration file. However, it
# will not look anywhere else if it does not find one there. Now obviously
Expand Down

0 comments on commit 8d4a4ec

Please sign in to comment.