diff options
author | friendica <info@friendica.com> | 2012-06-13 16:17:45 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-13 16:17:45 -0700 |
commit | d908c9dd7196276e1364f77abb053aba3dce77af (patch) | |
tree | 11a49a7fa1bf2211a265dff9213243cde8601fb1 /boot.php | |
parent | a424fecdae3b54b47778ed7a52452ff80c2bf631 (diff) | |
download | volse-hubzilla-d908c9dd7196276e1364f77abb053aba3dce77af.tar.gz volse-hubzilla-d908c9dd7196276e1364f77abb053aba3dce77af.tar.bz2 volse-hubzilla-d908c9dd7196276e1364f77abb053aba3dce77af.zip |
disable archive widget for PHP < 5.3
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'); require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '3.0.1372' ); +define ( 'FRIENDICA_VERSION', '3.0.1373' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1149 ); |