aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-09-28 04:15:21 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-09-28 04:15:21 -0700
commitedbcba6f113a5c8b709cdbfca892e845b5096ede (patch)
treeb66d328d5f4c77c9d7d0bdcd704c72639e22a8b7 /boot.php
parented876a9c529f59fa62bb45805aa4f355fe0e2c0d (diff)
downloadvolse-hubzilla-edbcba6f113a5c8b709cdbfca892e845b5096ede.tar.gz
volse-hubzilla-edbcba6f113a5c8b709cdbfca892e845b5096ede.tar.bz2
volse-hubzilla-edbcba6f113a5c8b709cdbfca892e845b5096ede.zip
schema support for additional site types
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 8e0e3b004..3afb7704b 100755
--- a/boot.php
+++ b/boot.php
@@ -50,7 +50,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' );
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'H');
define ( 'ZOT_REVISION', 1 );
-define ( 'DB_UPDATE_VERSION', 1155 );
+define ( 'DB_UPDATE_VERSION', 1156 );
/**
* @brief Constant with a HTML line break.
@@ -333,6 +333,12 @@ define ( 'MENU_ITEM_ZID', 0x0001);
define ( 'MENU_ITEM_NEWWIN', 0x0002);
define ( 'MENU_ITEM_CHATROOM', 0x0004);
+
+
+define ( 'SITE_TYPE_ZOT', 0);
+define ( 'SITE_TYPE_NOTZOT', 1);
+define ( 'SITE_TYPE_UNKNOWN', 2);
+
/**
* Poll/Survey types
*/