diff options
author | zotlabs <mike@macgirvin.com> | 2018-04-20 15:03:16 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-04-20 18:58:21 -0700 |
commit | b12d254427135bc3313f22163e9c3f4c42e68076 (patch) | |
tree | ce9542c822a3aa80f7343dd93bd91825f5e89173 /boot.php | |
parent | 92b08f1f07a25976342dc885331ecb1531e256aa (diff) | |
download | volse-hubzilla-b12d254427135bc3313f22163e9c3f4c42e68076.tar.gz volse-hubzilla-b12d254427135bc3313f22163e9c3f4c42e68076.tar.bz2 volse-hubzilla-b12d254427135bc3313f22163e9c3f4c42e68076.zip |
fix any misconfigured channel permission limits
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ define ( 'STD_VERSION', '3.5' ); define ( 'ZOT_REVISION', '6.0a' ); -define ( 'DB_UPDATE_VERSION', 1211 ); +define ( 'DB_UPDATE_VERSION', 1212 ); define ( 'PROJECT_BASE', __DIR__ ); |