From 6c8c03142db734678d460ee085a73df1d05a88a1 Mon Sep 17 00:00:00 2001 From: brettp Date: Tue, 15 Mar 2011 03:46:37 +0000 Subject: Refs #3115. Moved oauth_lib to oauth_api. git-svn-id: http://code.elgg.org/elgg/trunk@8715 36083f99-b078-4883-b0ff-0f9b5a30f544 --- .../vendors/oauth/example/server/core/templates/index.tpl | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 mod/oauth_api/vendors/oauth/example/server/core/templates/index.tpl (limited to 'mod/oauth_api/vendors/oauth/example/server/core/templates/index.tpl') diff --git a/mod/oauth_api/vendors/oauth/example/server/core/templates/index.tpl b/mod/oauth_api/vendors/oauth/example/server/core/templates/index.tpl new file mode 100644 index 000000000..7b065537d --- /dev/null +++ b/mod/oauth_api/vendors/oauth/example/server/core/templates/index.tpl @@ -0,0 +1,13 @@ +{include file='inc/header.tpl'} + +

OAuth server

+Go to: + + + +Afterwards, make an OAuth test request to http://{$smarty.server.name}/hello to test your connection.

+ +{include file='inc/footer.tpl'} -- cgit v1.2.3