We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f2b1a0 commit 9cf182cCopy full SHA for 9cf182c
demo.php
@@ -10,7 +10,7 @@
10
// $client->setExtraParam('title','Special:OAuth/whatever') for each step.
11
// If your wiki uses wgSecureLogin, the canonicalServerUrl will point to http://
12
$config = new MWOAuthClientConfig(
13
- 'https://localhost/wiki/index.php?title=Special:OAuth', // url to use
+ 'https://localhost/w/index.php?title=Special:OAuth', // url to use
14
true, // do we use SSL? (we should probably detect that from the url)
15
false // do we validate the SSL certificate? Always use 'true' in production.
16
);
0 commit comments