Skip to content

Commit 9cf182c

Browse files
committed
Fixes up demo by changing wiki/ to w/
1 parent 7f2b1a0 commit 9cf182c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// $client->setExtraParam('title','Special:OAuth/whatever') for each step.
1111
// If your wiki uses wgSecureLogin, the canonicalServerUrl will point to http://
1212
$config = new MWOAuthClientConfig(
13-
'https://localhost/wiki/index.php?title=Special:OAuth', // url to use
13+
'https://localhost/w/index.php?title=Special:OAuth', // url to use
1414
true, // do we use SSL? (we should probably detect that from the url)
1515
false // do we validate the SSL certificate? Always use 'true' in production.
1616
);

0 commit comments

Comments
 (0)