diff options
author | Friendika <info@friendika.com> | 2011-05-08 22:47:35 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-08 22:47:35 -0700 |
commit | c2e35d2d35a9586bd564368f39544dc487cafc12 (patch) | |
tree | 0699d2d49b8e9949f841eaa20b9b4df503fcd95b /boot.php | |
parent | 2c63b65e3c66bcb0a047ce51c04d23376aa6c525 (diff) | |
download | volse-hubzilla-c2e35d2d35a9586bd564368f39544dc487cafc12.tar.gz volse-hubzilla-c2e35d2d35a9586bd564368f39544dc487cafc12.tar.bz2 volse-hubzilla-c2e35d2d35a9586bd564368f39544dc487cafc12.zip |
set permalink on uploaded photo items
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ set_time_limit(0); ini_set('pcre.backtrack_limit', 250000); -define ( 'FRIENDIKA_VERSION', '2.1.970' ); +define ( 'FRIENDIKA_VERSION', '2.1.973' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); define ( 'DB_UPDATE_VERSION', 1054 ); |