diff options
author | friendica <info@friendica.com> | 2012-02-20 19:50:05 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-20 19:50:05 -0800 |
commit | b821399f001cd4082707ba9fb6df9c419e0b8e5e (patch) | |
tree | 1e858c850055542794c3f99d21517fdf897c5881 /boot.php | |
parent | 6edd6d8ae1e3a6b64fa11ae6a4cc79965084b0d7 (diff) | |
download | volse-hubzilla-b821399f001cd4082707ba9fb6df9c419e0b8e5e.tar.gz volse-hubzilla-b821399f001cd4082707ba9fb6df9c419e0b8e5e.tar.bz2 volse-hubzilla-b821399f001cd4082707ba9fb6df9c419e0b8e5e.zip |
email notify now redirected through mod_notify, weirdness in local deliver caused by community page changes
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_VERSION', '2.3.1258' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); -define ( 'DB_UPDATE_VERSION', 1122 ); +define ( 'DB_UPDATE_VERSION', 1123 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |