diff options
author | friendica <info@friendica.com> | 2011-11-27 04:09:14 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-11-27 04:09:14 -0800 |
commit | cf7568efd72e93f1807c8560b78cae2580667413 (patch) | |
tree | 6b8af40094a08cfcd0b598afe1328f148d8c20de /boot.php | |
parent | 0f4a42f550b5bc863cec7c7a3fca26a028599dcc (diff) | |
download | volse-hubzilla-cf7568efd72e93f1807c8560b78cae2580667413.tar.gz volse-hubzilla-cf7568efd72e93f1807c8560b78cae2580667413.tar.bz2 volse-hubzilla-cf7568efd72e93f1807c8560b78cae2580667413.zip |
extract private images before bbcode translation since preg has issues with large data sizes.
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ require_once('include/nav.php'); require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '2.3.1176' ); +define ( 'FRIENDICA_VERSION', '2.3.1177' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1105 ); |