diff options
author | friendica <info@friendica.com> | 2012-07-23 17:35:58 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-23 17:35:58 -0700 |
commit | b0f1d03a8ad51769c347a2056ce872972380d48f (patch) | |
tree | eb534605cf394edd37e82633921d6fdebfd3bffc /boot.php | |
parent | d8e79061d69b7c1dc2c2b0e50e15e21948950ba2 (diff) | |
download | volse-hubzilla-b0f1d03a8ad51769c347a2056ce872972380d48f.tar.gz volse-hubzilla-b0f1d03a8ad51769c347a2056ce872972380d48f.tar.bz2 volse-hubzilla-b0f1d03a8ad51769c347a2056ce872972380d48f.zip |
convert all network search params to get requests (no url path args)
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica Red'); define ( 'FRIENDICA_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); -define ( 'DB_UPDATE_VERSION', 1153 ); +define ( 'DB_UPDATE_VERSION', 1154 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |