diff options
author | Friendika <info@friendika.com> | 2011-09-29 21:20:19 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-29 21:20:19 -0700 |
commit | 097c1f8da774c82f441f370f391f93acc2025ccd (patch) | |
tree | 48280ddd3fb1257c774fc6ca11061d0f163b508f /boot.php | |
parent | c1221cc052c78550c214e7974407cc66992eadbe (diff) | |
download | volse-hubzilla-097c1f8da774c82f441f370f391f93acc2025ccd.tar.gz volse-hubzilla-097c1f8da774c82f441f370f391f93acc2025ccd.tar.bz2 volse-hubzilla-097c1f8da774c82f441f370f391f93acc2025ccd.zip |
do not poll for abandoned accounts
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ require_once('include/nav.php'); define ( 'FRIENDIKA_PLATFORM', 'Free Friendika'); define ( 'FRIENDIKA_VERSION', '2.3.1119' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); -define ( 'DB_UPDATE_VERSION', 1092 ); +define ( 'DB_UPDATE_VERSION', 1093 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |