We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 707d8d4 commit aaaefbdCopy full SHA for aaaefbd
2 files changed
example/callback.php
@@ -3,7 +3,7 @@
3
// Step two: check if user has autorized our app
4
5
// autoload
6
-include_once "../../../autoload.php";
+include_once "../vendor/autoload.php";
7
8
// very small boot file. Starts session. Defines constants.
9
include_once "boot.php";
example/index.php
@@ -40,4 +40,5 @@
40
$api = new githubapi();
41
42
$url = $api->getAccessUrl($access_config);
43
-echo "<a href=\"$url\">Github Login</a>";
+echo "<a href=\"$url\">Github Login</a>";
44
+
0 commit comments