diff options
author | friendica <info@friendica.com> | 2012-04-22 16:24:29 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-22 16:24:29 -0700 |
commit | 00cb7f9efb4826a6ad5c0791f26bc5e8db644f77 (patch) | |
tree | f7250cf394b6e062cee09d03e59f143cfde3c447 /boot.php | |
parent | d340b80094cbaf33f3989422240be929741b0ff8 (diff) | |
download | volse-hubzilla-00cb7f9efb4826a6ad5c0791f26bc5e8db644f77.tar.gz volse-hubzilla-00cb7f9efb4826a6ad5c0791f26bc5e8db644f77.tar.bz2 volse-hubzilla-00cb7f9efb4826a6ad5c0791f26bc5e8db644f77.zip |
don't allow non-existent themes as choices
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.1319' ); +define ( 'FRIENDICA_VERSION', '2.3.1320' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1138 ); |