diff options
author | Thomas Willingham <founder@kakste.com> | 2014-02-25 21:06:47 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2014-02-25 21:06:47 +0000 |
commit | 8e3a16bcdddb3e978bb984a050f837912de4f463 (patch) | |
tree | 4d5ce37d8b14b6f522f06ba7f274fcd4cc350b01 /boot.php | |
parent | 4e8c0933c0fdcdee32792b773e388be25445833a (diff) | |
download | volse-hubzilla-8e3a16bcdddb3e978bb984a050f837912de4f463.tar.gz volse-hubzilla-8e3a16bcdddb3e978bb984a050f837912de4f463.tar.bz2 volse-hubzilla-8e3a16bcdddb3e978bb984a050f837912de4f463.zip |
Update channel permissions to full ints
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ define ( 'RED_PLATFORM', 'Red Matrix' ); define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1098 ); +define ( 'DB_UPDATE_VERSION', 1099 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |