X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/261af8ac3be2c4d9fbdae0f25c036440833d746c..078a50aeed0f055af710b51bc71f109d8ffc1318:/lib/config.original.php diff --git a/lib/config.original.php b/lib/config.original.php index 05631e6..b07f0e2 100644 --- a/lib/config.original.php +++ b/lib/config.original.php @@ -17,13 +17,13 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ - + /* * default configuration * if you want to change this, overwrite in a config.local.php file */ global $cfg; - + /* Don't forget the ending '/' */ $cfg['web_root'] = ''; $cfg['var_root'] = ''; @@ -85,6 +85,10 @@ $cfg['availabilities'] = array ('minute' => true, 'month' => true, 'year' => false, 'none' => false); +/* Set a default value for the expiration time. + * The value has to equal one of the enabled options in »availabilities«, e.g. »month«) + */ +$cfg['availability_default'] = 'month'; /* Set maximal upload size expressed in MB. * 0 mean unlimited upload size. */