diff options
author | friendica <info@friendica.com> | 2013-12-28 16:05:03 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-28 16:05:03 -0800 |
commit | aacd3164fa9efdb4dc3f835f67a61dfc14dc8d11 (patch) | |
tree | 45634525674e8356b5ccb1591212b3f86f9b5e6a /boot.php | |
parent | 1d0fddd39c50205f697b040aab1655b282afa53d (diff) | |
download | volse-hubzilla-aacd3164fa9efdb4dc3f835f67a61dfc14dc8d11.tar.gz volse-hubzilla-aacd3164fa9efdb4dc3f835f67a61dfc14dc8d11.tar.bz2 volse-hubzilla-aacd3164fa9efdb4dc3f835f67a61dfc14dc8d11.zip |
allow objects to have permissions
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ define ( 'RED_PLATFORM', 'Red Matrix' ); define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1088 ); +define ( 'DB_UPDATE_VERSION', 1089 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |