Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
O
operate-php
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
examples
operate-php
Commits
1163a8f5
Commit
1163a8f5
authored
Jun 12, 2018
by
Tariq Khan
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Occupie variable
parent
87b36213
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
index.php
index.php
+1
-1
No files found.
index.php
View file @
1163a8f5
...
...
@@ -2,7 +2,7 @@
$url
=
strtok
(
$_SERVER
[
"REQUEST_URI"
],
'?'
);
require_once
getcwd
()
.
'/oauth2.php'
;
$oauth2
=
new
Oauth2
(
array
(
'o
ccupi
eUrl'
=>
'https://operate-api.essensys.tech'
,
'o
perat
eUrl'
=>
'https://operate-api.essensys.tech'
,
'client'
=>
'trustedclient'
,
'clientSecret'
=>
'you-client-secret-key-goes-here'
,
'scope'
=>
'hubapi'
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment