diff options
author | friendica <info@friendica.com> | 2012-03-31 00:57:59 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-31 00:57:59 -0700 |
commit | b4b1055b502c317513bf5c57794c004ced43a0de (patch) | |
tree | 7981c4db1897e0d9f5d316d9503c3e7b2f7122ea /boot.php | |
parent | 8c928e67ba9f122343f53400cf0f4dae8104ffd7 (diff) | |
download | volse-hubzilla-b4b1055b502c317513bf5c57794c004ced43a0de.tar.gz volse-hubzilla-b4b1055b502c317513bf5c57794c004ced43a0de.tar.bz2 volse-hubzilla-b4b1055b502c317513bf5c57794c004ced43a0de.zip |
settings for unknown private mail acceptance
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.1297' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); -define ( 'DB_UPDATE_VERSION', 1133 ); +define ( 'DB_UPDATE_VERSION', 1134 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |