diff options
author | friendica <info@friendica.com> | 2013-02-10 19:00:22 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-10 19:00:22 -0800 |
commit | 869b704b4019b49fdb5fb174fabd13b4e0e9aec0 (patch) | |
tree | 0d81f107bbbc15d0eea778efb722701b8dde1f55 /boot.php | |
parent | 27c9288addb1630551633bdc4e631d4d01b5b93e (diff) | |
download | volse-hubzilla-869b704b4019b49fdb5fb174fabd13b4e0e9aec0.tar.gz volse-hubzilla-869b704b4019b49fdb5fb174fabd13b4e0e9aec0.tar.bz2 volse-hubzilla-869b704b4019b49fdb5fb174fabd13b4e0e9aec0.zip |
add mimetype to items
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ require_once('include/features.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica Red'); define ( 'FRIENDICA_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1026 ); +define ( 'DB_UPDATE_VERSION', 1027 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |