allow zot public providers to list their location, as a non US-based server could be a strong selling point.

This commit is contained in:
friendica
2013-10-30 01:58:45 -07:00
parent 8da4da37cc
commit 2035a5dd76
7 changed files with 24 additions and 8 deletions

View File

@@ -832,6 +832,7 @@ CREATE TABLE IF NOT EXISTS `site` (
`site_directory` char(255) NOT NULL DEFAULT '',
`site_register` int(11) NOT NULL DEFAULT '0',
`site_sellpage` char(255) NOT NULL DEFAULT '',
`site_location` char(255 NOT NULL DEFAULT '',
PRIMARY KEY (`site_url`),
KEY `site_access` (`site_access`),
KEY `site_flags` (`site_flags`),