diff options
author | friendica <info@friendica.com> | 2014-04-02 15:13:50 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-04-02 15:13:50 -0700 |
commit | 27fec9cb6460a897098bde11b15a9543d09562db (patch) | |
tree | 3031c6c19d90df6bb6f8c4f3efd1c1421a94635b /boot.php | |
parent | 0a097b833750ad8941dba03e6821c13facebd597 (diff) | |
download | volse-hubzilla-27fec9cb6460a897098bde11b15a9543d09562db.tar.gz volse-hubzilla-27fec9cb6460a897098bde11b15a9543d09562db.tar.bz2 volse-hubzilla-27fec9cb6460a897098bde11b15a9543d09562db.zip |
more efficient public feed fetching
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ define ( 'RED_PLATFORM', 'Red Matrix' ); define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1105 ); +define ( 'DB_UPDATE_VERSION', 1106 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |