diff options
author | zotlabs <mike@macgirvin.com> | 2018-07-28 17:17:12 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-07-28 17:17:12 -0700 |
commit | 97015162282989913d6b54c373af3b73b8043bad (patch) | |
tree | feadfe9a7ae175e9b92214be68b388d4bf0a2ab4 /boot.php | |
parent | 2367d94a4264b228995e54ab6e1383652f82a2c2 (diff) | |
download | volse-hubzilla-97015162282989913d6b54c373af3b73b8043bad.tar.gz volse-hubzilla-97015162282989913d6b54c373af3b73b8043bad.tar.bz2 volse-hubzilla-97015162282989913d6b54c373af3b73b8043bad.zip |
fix unsanitised xchan_name
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.7' ); define ( 'ZOT_REVISION', '6.0a' ); -define ( 'DB_UPDATE_VERSION', 1215 ); +define ( 'DB_UPDATE_VERSION', 1216 ); define ( 'PROJECT_BASE', __DIR__ ); |