[paste-web/sticky-notes] Disable 1 year expiration time
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [paste-web/sticky-notes] Disable 1 year expiration time
- Date: Thu, 30 Apr 2020 08:07:03 +0000 (UTC)
commit 014efeaf135cb9e6be1ea443cecaf05e89c3687b
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date: Thu Apr 30 10:06:23 2020 +0200
Disable 1 year expiration time
app/config/expire.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app/config/expire.php b/app/config/expire.php
index d5beb015..b24fcf71 100755
--- a/app/config/expire.php
+++ b/app/config/expire.php
@@ -24,7 +24,7 @@ return array(
'2592000' => array('expire_1month', TRUE),
- '31536000' => array('expire_1year', TRUE),
+ '31536000' => array('expire_1year', FALSE),
'0' => array('expire_forever', Paste::noExpire()),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]