diff options
author | Alexander Kampmann <programmer@nurfuerspam.de> | 2012-03-15 11:45:06 +0100 |
---|---|---|
committer | Alexander Kampmann <programmer@nurfuerspam.de> | 2012-03-15 11:45:06 +0100 |
commit | 9796e99fa8378758c4fe0f655b7c192f8fc1690f (patch) | |
tree | 82f67ab99c3816ff66aa25c3c5f15953ecc43e5c /boot.php | |
parent | 29ade1d9b971bb14746bab5ec57db0e204c9e137 (diff) | |
download | volse-hubzilla-9796e99fa8378758c4fe0f655b7c192f8fc1690f.tar.gz volse-hubzilla-9796e99fa8378758c4fe0f655b7c192f8fc1690f.tar.bz2 volse-hubzilla-9796e99fa8378758c4fe0f655b7c192f8fc1690f.zip |
added simple build-in profiling
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_VERSION', '2.3.1278' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); -define ( 'DB_UPDATE_VERSION', 1131 ); +define ( 'DB_UPDATE_VERSION', 1132 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |