X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/d9647e1afea29401470efd68730d2562659be006..078a50aeed0f055af710b51bc71f109d8ffc1318:/lib/config.original.php
diff --git a/lib/config.original.php b/lib/config.original.php
index d7c52e2..b07f0e2 100644
--- a/lib/config.original.php
+++ b/lib/config.original.php
@@ -15,15 +15,15 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * 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.
*/