diff options
author | Friendika <info@friendika.com> | 2010-12-07 18:13:51 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-12-07 18:13:51 -0800 |
commit | 5763d31b4f213fbb2eea4d366a9c7ad534a7f1ec (patch) | |
tree | 7e90cc7594e842f9bc9da8bdefd298a3bf73a274 /boot.php | |
parent | 8b086a76e5607c3db96ca17ce66d2a68139d2584 (diff) | |
download | volse-hubzilla-5763d31b4f213fbb2eea4d366a9c7ad534a7f1ec.tar.gz volse-hubzilla-5763d31b4f213fbb2eea4d366a9c7ad534a7f1ec.tar.bz2 volse-hubzilla-5763d31b4f213fbb2eea4d366a9c7ad534a7f1ec.zip |
db prepare for enhanced magic profiles and remote privacy indicators, fixed $lang setting to use system config var, some other syntax issues
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ set_time_limit(0); -define ( 'BUILD_ID', 1021 ); +define ( 'BUILD_ID', 1022 ); define ( 'DFRN_PROTOCOL_VERSION', '2.0' ); define ( 'EOL', "<br />\r\n" ); |