Changing valid openphoto.me to trovebox.com

This commit is contained in:
Jaisen Mathai 2013-01-22 13:51:50 -05:00
parent eabbc2f4ee
commit 163bb933fc
22 changed files with 32 additions and 32 deletions

View file

@ -43,10 +43,10 @@ _Authentication: optional_
#### Command Line (using [openphoto-php][openphoto-php])
# without authentication
./openphoto -p -h current.openphoto.me -e /hello.json
./openphoto -p -h current.trovebox.com -e /hello.json
# with authentication
./openphoto -p -h current.openphoto.me -e /hello.json -F 'auth=true'
./openphoto -p -h current.trovebox.com -e /hello.json -F 'auth=true'
<a name="example-php"></a>
#### PHP (using [openphoto-php][openphoto-php])