diff options
author | friendica <info@friendica.com> | 2013-08-06 17:15:41 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-08-06 17:15:41 -0700 |
commit | 99bd0712b6170b337de6d1c31db7c66ad8a18767 (patch) | |
tree | 88c84722833fa1deeea20efc4e1cac3e2f49a0bc /view/tpl/api_user_xml.tpl | |
parent | 687ea0ca249b20f790be2dcedc1ca8d60a76135d (diff) | |
download | volse-hubzilla-99bd0712b6170b337de6d1c31db7c66ad8a18767.tar.gz volse-hubzilla-99bd0712b6170b337de6d1c31db7c66ad8a18767.tar.bz2 volse-hubzilla-99bd0712b6170b337de6d1c31db7c66ad8a18767.zip |
Add a site access policy (to determine if this is really a public site or just an open site) and add an orphan flag to xchans in case all their hublocs go away. Get rid of a couple of DO NOT EDIT template messages which were still lurking in the tree.
Diffstat (limited to 'view/tpl/api_user_xml.tpl')
-rwxr-xr-x | view/tpl/api_user_xml.tpl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/view/tpl/api_user_xml.tpl b/view/tpl/api_user_xml.tpl index d7efcf3fb..3b51992f6 100755 --- a/view/tpl/api_user_xml.tpl +++ b/view/tpl/api_user_xml.tpl @@ -1,8 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} <user> <id>{{$user.id}}</id> <name>{{$user.name}}</name> |